-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
31 lines (31 loc) · 982 Bytes
/
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
27
28
29
30
31
Package: mustashe
Type: Package
Title: Stash and Load Objects
Version: 0.1.1
Authors@R: person(c("Joshua", "H"), "Cook", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9815-6879"))
URL: https://github.com/jhrcook/mustashe https://jhrcook.github.io/mustashe/
BugReports: https://github.com/jhrcook/mustashe/issues
Description: A simple system for saving and loading objects in R. Long running
computations can be stashed after the first run and then reloaded the next
time. Dependencies can be added to ensure that a computation is re-run if
any of its dependencies or inputs have changed.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
covr (>= 3.3.0),
spelling (>= 2.1),
testthat (>= 2.1.0),
tictoc (>= 1.0),
knitr,
rmarkdown
Language: en-US
Imports:
formatR (>= 1.7),
readr (>= 1.3.0),
digest (>= 0.6.0),
tibble (>= 2.1.0)
RoxygenNote: 7.1.0
VignetteBuilder: knitr