Skip to content

Commit b1d4793

Browse files
no partial matching
1 parent fc5a61d commit b1d4793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ remove_old_cache_files <- function() {
7676
path_version_specific,
7777
full.names = TRUE, recursive = TRUE
7878
)
79-
date_boundary <- Sys.time() - as.difftime(6L, unit = "days")
79+
date_boundary <- Sys.time() - as.difftime(6L, units = "days")
8080
file.remove(
8181
all_cached[file.info(all_cached)$mtime < date_boundary]
8282
)

0 commit comments

Comments
 (0)