CRAN/E | filecacher

filecacher

File Cacher

Installation

About

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.

github.com/orgadish/filecacher
Bug report File report

Key Metrics

Version 0.2.7
Published 2023-11-17 168 days ago
Needs compilation? no
License MIT
License File
CRAN checks filecacher results

Downloads

Yesterday 3 -81%
Last 7 days 60 +13%
Last 30 days 220 -4%
Last 90 days 643 -35%
Last 365 days 1.620

Maintainer

Maintainer

Or Gadish

orgadish@gmail.com

Authors

Or Gadish

aut / cre / cph

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

filecacher archive

Imports

cachem
glue
here
purrr
rlang
vctrs

Suggests

arrow
data.table
dplyr
fs
readr
testthat ≥ 3.0.0