-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
26 lines (26 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 = "[email protected]", role =
c("aut")), person("Nathan", "Sheffield", email = "[email protected]",
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