Package: simpleRCache 0.3.3

Augustin Luna
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()).
Authors:
simpleRCache_0.3.3.tar.gz
simpleRCache_0.3.3.tar.gz(r-4.7-any)simpleRCache_0.3.3.tar.gz(r-4.6-any)
simpleRCache_0.3.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
simpleRCache/json (API)
| # Install 'simpleRCache' in R: |
| install.packages('simpleRCache', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:4356d3e6c8. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 160 | ||
| linux-release-x86_64 | OK | 107 | ||
| wasm-release | OK | 112 |
Exports:addMemoizationsetCacheRootPath
Dependencies:digest
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add Memoization to a Function | addMemoization |
| Call a Memoized Function | memoizedCall |
| Set Cache Root Path | setCacheRootPath |