Package: simpleCache
Version: 0.3.0
Date: 2017-08-21
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")))
Maintainer: Nathan Sheffield <nathan@code.databio.org>
Suggests: knitr, testthat
Enhances: batchtools
VignetteBuilder: knitr
License: GPL-3
URL: http://www.github.com/databio/simpleCache
BugReports: http://www.github.com/databio/simpleCache
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-21 16:28:07 UTC; ns5bc
Author: VP Nagraj [aut],
  Nathan Sheffield [aut, cre]
Repository: CRAN
Date/Publication: 2017-08-21 19:13:47 UTC
