-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
72 lines (72 loc) · 1.92 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
Package: tarchetypes
Title: Archetypes for Targets
Description: Function-oriented Make-like declarative pipelines for
Statistics and data science are supported in the 'targets' R package.
As an extension to 'targets', the 'tarchetypes' package provides
convenient user-side functions to make 'targets' easier to use.
By establishing reusable archetypes for common kinds of
targets and pipelines, these functions help express complicated
reproducible pipelines concisely and compactly.
The methods in this package were influenced by the 'targets' R package.
by Will Landau (2018) <doi:10.21105/joss.00550>.
Version: 0.11.0.9001
License: MIT + file LICENSE
URL: https://docs.ropensci.org/tarchetypes/, https://github.com/ropensci/tarchetypes
BugReports: https://github.com/ropensci/tarchetypes/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 = "Rudolf",
family = "Siegel",
role = "ctb",
comment = c(ORCID = "0000-0002-6021-804X")
),
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:
dplyr (>= 1.0.0),
fs (>= 1.4.2),
parallel,
rlang (>= 0.4.7),
secretbase (>= 0.4.0),
targets (>= 1.6.0),
tibble (>= 3.0.1),
tidyselect (>= 1.1.0),
utils,
vctrs (>= 0.3.4),
withr (>= 2.1.2)
Suggests:
curl (>= 4.3),
knitr (>= 1.28),
nanoparquet,
quarto (>= 1.4),
rmarkdown (>= 2.1),
testthat (>= 3.0.0),
xml2 (>= 1.3.2)
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2