Skip to content

Commit

Permalink
no partial matching
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jun 5, 2023
1 parent fc5a61d commit b1d4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ remove_old_cache_files <- function() {
path_version_specific,
full.names = TRUE, recursive = TRUE
)
date_boundary <- Sys.time() - as.difftime(6L, unit = "days")
date_boundary <- Sys.time() - as.difftime(6L, units = "days")
file.remove(
all_cached[file.info(all_cached)$mtime < date_boundary]
)
Expand Down

0 comments on commit b1d4793

Please sign in to comment.