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.2.3
Suggests: arrow, data.table, readr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
URL: https://github.com/orgadish/filecacher
BugReports: https://github.com/orgadish/filecacher/issues
NeedsCompilation: no
Packaged: 2024-01-19 07:20:31 UTC; or.gadish
Author: Or Gadish [aut, cre, cph]
Maintainer: Or Gadish <orgadish@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-19 11:10:05 UTC
Built: R 4.6.0; ; 2025-07-18 06:37:51 UTC; unix
