forked from ropensci/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
116 lines (116 loc) · 2.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Package: drake
Title: A Pipeline Toolkit for Reproducible Computation at Scale
Description: A general-purpose computational engine for data analysis,
drake rebuilds intermediate data objects when their dependencies change,
and it skips work when the results are already up to date.
Not every execution starts from scratch,
there is native support for parallel and distributed computing,
and completed projects have tangible evidence
that they are reproducible.
Extensive documentation, from beginner-friendly tutorials
to practical examples and more, is available at the reference website
<https://ropensci.github.io/drake/> and the online manual
<https://ropenscilabs.github.io/drake-manual/>.
Version: 7.0.0.9000
License: GPL-3
URL: https://github.com/ropensci/drake
BugReports: https://github.com/ropensci/drake/issues
Authors@R: c(
person(
family = "Landau",
given = c("William", "Michael"),
email = "will.landau@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
family = "Axthelm",
given = "Alex",
email = "aaxthelm@che.IN.gov",
role = "ctb"
),
person(
family = "Clarkberg",
given = "Jasper",
email = "jasper@clarkberg.org",
role = "ctb"
),
person(
family = "Müller",
given = "Kirill",
email = "krlmlr+r@mailbox.org",
role = "ctb"
),
person(
family = "Marwick",
given = "Ben",
email = "bmarwick@uw.edu",
role = "rev"
),
person(
family = "Slaughter",
given = "Peter",
email = "slaughter@nceas.ucsb.edu",
role = "rev"
),
person(
family = "Bond-Lamberty",
given = "Ben",
email = "bondlamberty@pnnl.gov",
role = "ctb",
comment = c(ORCID = "0000-0001-9525-4633")
),
person(
family = "Mahr",
given = "Tristan",
email = "tristan.mahr@wisc.edu",
role = "ctb",
comment = c(ORCID = "0000-0002-8890-5116")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Depends:
R (>= 3.3.0)
Imports:
base64url,
digest,
igraph,
methods,
rlang (>= 0.2.0),
storr (>= 1.1.0),
utils
Suggests:
abind,
bindr,
callr,
clustermq,
CodeDepends,
crayon,
curl,
datasets,
downloader,
future,
grDevices,
ggplot2,
ggraph,
knitr,
lubridate,
networkD3,
parallel,
prettycode,
stats,
testthat,
tibble,
tidyselect (>= 0.2.4),
rmarkdown,
styler,
usethis,
visNetwork,
webshot
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1