Package: filecacher Type: Package Title: File Cacher Version: 0.2.9 Authors@R: person("Or", "Gadish", email = "orgadish@gmail.com", role = c("aut", "cre", "cph")) Description: The main functions in this package are with_cache() and cached_read(). The former is a simple way to cache an R object into a file on disk, using 'cachem'. The latter is a wrapper around any standard read function, but caches both the output and the file list info. If the input file list info hasn't changed, the cache is used; otherwise, the original files are re-read. This can save time if the original operation requires reading from many files, and/or involves lots of processing. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: cachem, glue, here, purrr, rlang, utils, vctrs RoxygenNote: 7.3.2 Suggests: arrow, data.table, readr, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) URL: https://github.com/orgadish/filecacher BugReports: https://github.com/orgadish/filecacher/issues Repository: https://orgadish.r-universe.dev Date/Publication: 2025-02-07 07:05:21 UTC RemoteUrl: https://github.com/orgadish/filecacher RemoteRef: HEAD RemoteSha: 13c07c40593f0763883da4ae02fe118e879986c4 NeedsCompilation: no Packaged: 2026-07-02 06:29:30 UTC; root Author: Or Gadish [aut, cre, cph] Maintainer: Or Gadish