Package: simpleCache 0.4.2
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.4.2.tar.gz
simpleCache_0.4.2.zip(r-4.5)simpleCache_0.4.2.zip(r-4.4)simpleCache_0.4.2.zip(r-4.3)
simpleCache_0.4.2.tgz(r-4.4-any)simpleCache_0.4.2.tgz(r-4.3-any)
simpleCache_0.4.2.tar.gz(r-4.5-noble)simpleCache_0.4.2.tar.gz(r-4.4-noble)
simpleCache_0.4.2.tgz(r-4.4-emscripten)simpleCache_0.4.2.tgz(r-4.3-emscripten)
simpleCache.pdf |simpleCache.html✨
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 4 years agofrom:806f818dc2. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 13 2024 |
R-4.5-win | OK | Oct 13 2024 |
R-4.5-linux | OK | Oct 13 2024 |
R-4.4-win | OK | Oct 13 2024 |
R-4.4-mac | OK | Oct 13 2024 |
R-4.3-win | OK | Oct 13 2024 |
R-4.3-mac | OK | Oct 13 2024 |
Exports:addCacheSearchEnvironmentdeleteCachesgetCacheDirlistCachesloadCachesresetCacheSearchEnvironmentsetCacheBuildDirsetCacheDirsetSharedCacheDirsimpleCachesimpleCacheGlobalsimpleCacheOptionssimpleCacheSharedsimpleCacheSharedGlobalstoreCache
Dependencies:
An introduction to simpleCache
Rendered fromsimpleCacheIntroduction.Rmd
usingknitr::rmarkdown
on Oct 13 2024.Last update: 2018-03-01
Started: 2015-04-13
Generating caches on a cluster
Rendered fromclusterCaches.Rmd
usingknitr::rmarkdown
on Oct 13 2024.Last update: 2017-08-21
Started: 2017-08-03
Sharing caches across projects
Rendered fromsharingCaches.Rmd
usingknitr::rmarkdown
on Oct 13 2024.Last update: 2017-08-22
Started: 2015-04-13