We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5a61d commit b1d4793Copy full SHA for b1d4793
R/zzz.R
@@ -76,7 +76,7 @@ remove_old_cache_files <- function() {
76
path_version_specific,
77
full.names = TRUE, recursive = TRUE
78
)
79
- date_boundary <- Sys.time() - as.difftime(6L, unit = "days")
+ date_boundary <- Sys.time() - as.difftime(6L, units = "days")
80
file.remove(
81
all_cached[file.info(all_cached)$mtime < date_boundary]
82
0 commit comments