-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.49 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Type: Package
Package: mustashe
Title: Stash and Load Objects
Version: 0.1.5
Authors@R:
c(person(given = c("Joshua", "H"),
family = "Cook",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9815-6879")),
person(given = "Jimmy",
family = "Briggs",
role = c("ctb"),
email = "[email protected]"),
person(given = "Vinay",
family = "Viswanadham",
role = c("ctb"),
email = "[email protected]"),
person(given = "Travers",
family = "Ching",
role = c("ctb"),
email = "[email protected]"))
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
URL: https://github.com/jhrcook/mustashe
https://jhrcook.github.io/mustashe/
BugReports: https://github.com/jhrcook/mustashe/issues
Imports:
digest (>= 0.6.0),
formatR (>= 1.7),
qs (>= 0.24.1),
tibble (>= 2.1.0),
here (>= 0.1.0)
Suggests:
covr (>= 3.3.0),
knitr (>= 1.28),
rmarkdown (>= 2.1),
spelling (>= 2.1),
testthat (>= 2.1.0),
tictoc (>= 1.0),
withr (>= 2.5.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.0