Package: simpleCache 0.5.0
simpleCache: Simply Caching R Objects
Provides intuitive functions for caching R objects, encouraging reproducible, restartable, and distributed R analysis. The user selects a location to store caches, and then provides nothing more than a cache name and instructions (R code) for how to produce the R object. Also provides some advanced options like environment assignments, recreating or reloading caches, and cluster compute bindings (using the 'batchtools' package) making it flexible enough for use in large-scale data analysis projects.
Authors:
simpleCache_0.5.0.tar.gz
simpleCache_0.5.0.zip(r-4.7)simpleCache_0.5.0.zip(r-4.6)simpleCache_0.5.0.zip(r-4.5)
simpleCache_0.5.0.tgz(r-4.6-any)simpleCache_0.5.0.tgz(r-4.5-any)
simpleCache_0.5.0.tar.gz(r-4.7-any)simpleCache_0.5.0.tar.gz(r-4.6-any)
simpleCache_0.5.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
simpleCache/json (API)
NEWS
| # Install 'simpleCache' in R: |
| install.packages('simpleCache', repos = c('https://databio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/databio/simplecache/issues
Last updated from:15e0f2bd46. Checks:8 OK, 1 ERROR. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 130 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-oldrel-arm64 | OK | 204 | ||
| windows-devel | OK | 82 | ||
| windows-release | ERROR | 105 | ||
| windows-oldrel | OK | 68 | ||
| wasm-release | OK | 93 |
Exports:addCacheSearchEnvironmentdeleteCachesgetCacheDirlistCachesloadCachesresetCacheSearchEnvironmentsetCacheBuildDirsetCacheDirsetSharedCacheDirsimpleCachesimpleCacheGlobalsimpleCacheOptionssimpleCacheSharedsimpleCacheSharedGlobalstoreCache
Dependencies:
An introduction to simpleCache
Rendered fromsimpleCacheIntroduction.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-02-28
Started: 2015-04-13
Generating caches on a cluster
Rendered fromclusterCaches.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2026-02-27
Started: 2017-08-03
Sharing caches across projects
Rendered fromsharingCaches.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2017-08-22
Started: 2015-04-13
