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.5-noble)simpleRCache_0.3.3.tar.gz(r-4.4-noble)
simpleRCache_0.3.3.tgz(r-4.4-emscripten)simpleRCache_0.3.3.tgz(r-4.3-emscripten)
simpleRCache.pdf |simpleRCache.html✨
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 3 years agofrom:4356d3e6c8. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
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 |