Package: simpleCache Version: 0.5.0 Date: 2026-02-27 Title: Simply Caching R Objects Description: 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@R: c(person("VP", "Nagraj", email = "vpnagraj@virginia.edu", role = c("aut")), person("Nathan", "Sheffield", email = "nathan@code.databio.org", role = c("aut", "cre"))) Suggests: knitr, rmarkdown, testthat Enhances: batchtools VignetteBuilder: knitr License: BSD_2_clause + file LICENSE Encoding: UTF-8 URL: https://github.com/databio/simpleCache BugReports: https://github.com/databio/simpleCache/issues RoxygenNote: 7.1.1 Repository: https://databio.r-universe.dev Date/Publication: 2026-02-28 03:02:50 UTC RemoteUrl: https://github.com/databio/simplecache RemoteRef: HEAD RemoteSha: 15e0f2bd4654c6f362caf925eb2a52df36871f20 NeedsCompilation: no Packaged: 2026-07-04 04:14:18 UTC; root Author: VP Nagraj [aut], Nathan Sheffield [aut, cre] Maintainer: Nathan Sheffield