Package: simpleCache
Version: 0.4.2
Date: 2021-04-16
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
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-04-16 23:28:19 UTC; nsheff
Author: VP Nagraj [aut],
  Nathan Sheffield [aut, cre]
Maintainer: Nathan Sheffield <nathan@code.databio.org>
Repository: CRAN
Date/Publication: 2021-04-17 04:40:02 UTC
Built: R 4.3.3; ; 2025-01-24 12:39:34 UTC; unix
