forked from ropensci/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
144 lines (144 loc) · 3.11 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
Package: drake
Title: A Pipeline Toolkit for Reproducible Computation at Scale
Version: 7.6.2.9000
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "will.landau@gmail.com",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
given = "Alex",
family = "Axthelm",
role = "ctb",
email = "aaxthelm@che.IN.gov"
),
person(
given = "Jasper",
family = "Clarkberg",
role = "ctb",
email = "jasper@clarkberg.org"
),
person(
given = "Kirill",
family = "Müller",
role = "ctb",
email = "krlmlr+r@mailbox.org"
),
person(
given = "Ben",
family = "Bond-Lamberty",
role = "ctb",
email = "bondlamberty@pnnl.gov",
comment = c(ORCID = "0000-0001-9525-4633")
),
person(
given = "Tristan",
family = "Mahr",
role = "ctb",
email = "tristan.mahr@wisc.edu",
comment = c(ORCID = "0000-0002-8890-5116")
),
person(
given = "Miles",
family = "McBain",
role = "ctb",
email = "miles.mcbain@gmail.com",
comment = c(ORCID = "0000-0003-2865-2548")
),
person(
given = "Noam",
family = "Ross",
role = "ctb",
email = "noam.ross@gmail.com",
comment = c(ORCID = "0000-0002-2136-0000")
),
person(
given = "Ellis",
family = "Hughes",
role = "ctb",
email = "ellishughes@live.com"
),
person(
given = "Ben",
family = "Marwick",
role = "rev",
email = "bmarwick@uw.edu"
),
person(
given = "Peter",
family = "Slaughter",
role = "rev",
email = "slaughter@nceas.ucsb.edu"
),
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://ropenscilabs.github.io/drake-manual/>.
License: GPL-3
URL: https://github.com/ropensci/drake,
https://docs.ropensci.org/drake,
https://github.com/ropenscilabs/drake-manual
BugReports: https://github.com/ropensci/drake/issues
Depends:
R (>= 3.3.0)
Imports:
base64url,
digest,
igraph,
methods,
rlang (>= 0.2.0),
storr (>= 1.1.0),
txtq (>= 0.1.3),
utils
Suggests:
abind,
bindr,
callr,
cli (>= 1.1.0),
clustermq (>= 0.8.8),
crayon,
curl (>= 2.7),
data.table,
datasets,
disk.frame,
downloader,
fst,
future,
ggplot2,
ggraph,
grDevices,
keras,
knitr,
lubridate,
networkD3,
parallel,
prettycode,
Rcpp,
rmarkdown,
rstudioapi,
stats,
styler,
testthat (>= 2.1.0),
tibble,
tidyselect (>= 0.2.4),
txtplot,
usethis,
visNetwork,
webshot
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1