simpleRCache: Simple R Cache

Simple result caching in R based on R.cache. The global environment is not considered when caching results simplifying moving files between multiple instances of R. Relies on more base functions than R.cache (e.g. cached results are saved using saveRDS() and readRDS()).

Version: 0.3.3
Depends: R (≥ 3.1.1)
Imports: digest
Suggests: knitr, rmarkdown
Published: 2021-07-15
Author: Augustin Luna, Vinodh Rajapakse
Maintainer: Augustin Luna <lunaa at cbio.mskcc.org>
License: LGPL-2 | LGPL-2.1 | LGPL-3 [expanded from: LGPL]
NeedsCompilation: no
CRAN checks: simpleRCache results

Documentation:

Reference manual: simpleRCache.pdf
Vignettes: Using simpleRCache

Downloads:

Package source: simpleRCache_0.3.3.tar.gz
Windows binaries: r-devel: simpleRCache_0.3.3.zip, r-release: simpleRCache_0.3.3.zip, r-oldrel: simpleRCache_0.3.3.zip
macOS binaries: r-release (arm64): simpleRCache_0.3.3.tgz, r-oldrel (arm64): simpleRCache_0.3.3.tgz, r-release (x86_64): simpleRCache_0.3.3.tgz
Old sources: simpleRCache archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=simpleRCache to link to this page.