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 |
DOI: | 10.32614/CRAN.package.simpleRCache |
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 |
Reference manual: | simpleRCache.pdf |
Vignettes: |
Using simpleRCache |
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, r-oldrel (x86_64): simpleRCache_0.3.3.tgz |
Old sources: | simpleRCache archive |
Please use the canonical form https://CRAN.R-project.org/package=simpleRCache to link to this page.