-
Notifications
You must be signed in to change notification settings - Fork 75
/
DESCRIPTION
117 lines (117 loc) · 2.94 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
Package: targets
Title: Dynamic Function-Oriented 'Make'-Like Declarative Pipelines
Description: Pipeline tools coordinate the pieces of computationally
demanding analysis projects.
The 'targets' package is a 'Make'-like pipeline tool for statistics and
data science in R. The package skips costly runtime for tasks
that are already up to date,
orchestrates the necessary computation with implicit parallel computing,
and abstracts files as R objects. If all the current output matches
the current upstream code and data, then the whole pipeline is up
to date, and the results are more trustworthy than otherwise.
The methodology in this package
borrows from GNU 'Make' (2015, ISBN:978-9881443519)
and 'drake' (2018, <doi:10.21105/joss.00550>).
Version: 1.9.1.9000
License: MIT + file LICENSE
URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets
BugReports: https://github.com/ropensci/targets/issues
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 = c("Matthew", "T."),
family = "Warkentin",
role = "ctb"
),
person(
given = "Mark",
family = "Edmondson",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-8434-3881")
),
person(
given = "Samantha",
family = "Oliver",
role = "rev",
comment = c(ORCID = "0000-0001-5668-1165")
),
person(
given = "Tristan",
family = "Mahr",
role = "rev",
comment = c(ORCID = "0000-0002-8890-5116")
),
person(
family = "Eli Lilly and Company",
role = c("cph", "fnd")
))
Depends:
R (>= 3.5.0)
Imports:
base64url (>= 1.4),
callr (>= 3.7.0),
cli (>= 2.0.2),
codetools (>= 0.2.16),
data.table (>= 1.12.8),
igraph (>= 2.0.0),
knitr (>= 1.34),
ps (>= 1.8.0),
R6 (>= 2.4.1),
rlang (>= 1.0.0),
secretbase (>= 0.5.0),
stats,
tibble (>= 3.0.1),
tidyselect (>= 1.1.0),
tools,
utils,
vctrs (>= 0.2.4),
yaml (>= 2.2.1)
Suggests:
autometric (>= 0.1.0),
bslib,
clustermq (>= 0.9.2),
crew (>= 0.9.0),
curl (>= 4.3),
DT (>= 0.14),
dplyr (>= 1.0.0),
fst (>= 0.9.2),
future (>= 1.19.1),
future.batchtools (>= 0.9.0),
future.callr (>= 0.6.0),
gargle (>= 1.2.0),
googleCloudStorageR (>= 0.7.0),
gt (>= 0.2.2),
keras (>= 2.2.5.0),
markdown (>= 1.1),
nanonext (>= 0.12.0),
rmarkdown (>= 2.4),
parallelly (>= 1.35.0),
paws.common (>= 0.6.4),
paws.storage (>= 0.4.0),
pkgload (>= 1.1.0),
processx (>= 3.4.3),
qs2,
reprex (>= 2.0.0),
rstudioapi (>= 0.11),
R.utils (>= 2.6.0),
shiny (>= 1.5.0),
shinybusy (>= 0.2.2),
shinyWidgets (>= 0.5.4),
tarchetypes,
testthat (>= 3.0.0),
torch (>= 0.1.0),
usethis (>= 1.6.3),
visNetwork (>= 2.1.2)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2