-
Notifications
You must be signed in to change notification settings - Fork 129
/
DESCRIPTION
156 lines (156 loc) · 3.38 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
Package: drake
Title: A Pipeline Toolkit for Reproducible Computation at Scale
Version: 7.13.10
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
given = "Alex",
family = "Axthelm",
role = "ctb",
email = "[email protected]"
),
person(
given = "Jasper",
family = "Clarkberg",
role = "ctb",
email = "[email protected]"
),
person(
given = "Kirill",
family = "Müller",
role = "ctb",
email = "[email protected]"
),
person(
given = "Ben",
family = "Bond-Lamberty",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9525-4633")
),
person(
given = "Tristan",
family = "Mahr",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8890-5116")
),
person(
given = "Miles",
family = "McBain",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2865-2548")
),
person(
given = "Noam",
family = "Ross",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2136-0000")
),
person(
given = "Ellis",
family = "Hughes",
role = "ctb",
email = "[email protected]"
),
person(
given = c("Matthew", "Mark"),
family = "Strasiotto",
role = "ctb",
email = c(
)
),
person(
given = "Ben",
family = "Marwick",
role = "rev",
email = "[email protected]"
),
person(
given = "Peter",
family = "Slaughter",
role = "rev",
email = "[email protected]"
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
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://docs.ropensci.org/drake/> and the online manual
<https://books.ropensci.org/drake/>.
License: GPL-3
URL: https://github.com/ropensci/drake,
https://docs.ropensci.org/drake/,
https://books.ropensci.org/drake/
BugReports: https://github.com/ropensci/drake/issues
Depends:
R (>= 3.3.0)
Imports:
base64url,
digest (>= 0.6.21),
igraph (>= 2.0.0),
methods,
parallel,
rlang (>= 0.2.0),
storr (>= 1.1.0),
tidyselect (>= 1.0.0),
txtq (>= 0.2.3),
utils,
vctrs (>= 0.2.0)
Suggests:
abind,
bindr,
callr,
cli (>= 1.1.0),
clustermq (>= 0.9.1),
crayon,
curl (>= 2.7),
data.table,
datasets,
disk.frame,
downloader,
fst,
future (>= 1.3.0),
ggplot2,
ggraph,
grDevices,
keras,
knitr,
lubridate,
networkD3,
prettycode,
progress (>= 1.2.2),
qs (>= 0.20.2),
Rcpp,
rmarkdown,
rstudioapi,
stats,
styler (>= 1.2.0),
testthat (>= 2.1.0),
tibble,
txtplot,
usethis,
visNetwork (>= 2.0.9),
webshot
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1