-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.16 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
Package: ourproj
Title: Our Datascience Project Workflow
Version: 0.0.0.9003
Authors@R: c(
person(given = "Alasdair",
family = "Warwick",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0800-2890")),
person(given = "Abraham",
family = "Olvera Barrios",
role = c("aut", "cph"))
)
Description: Develop reproducible, scalable and sharable data science projects, built on the R packages targets and workflowr.
License: MIT + file LICENSE
URL: https://rmgpanw.github.io/ourproj/,
https://github.com/rmgpanw/ourproj
BugReports: https://github.com/rmgpanw/ourproj/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
assertthat,
cli,
dplyr,
fs,
htmltools,
magrittr,
purrr,
reactable,
rlang,
rmarkdown,
stringr,
targets,
tarchetypes,
tidyselect,
whisker,
yaml
Suggests:
bookdown,
broom,
covr,
crew,
devtools,
flextable,
gtsummary,
igraph,
quarto,
testthat (>= 3.0.0),
visNetwork,
workflowr
Config/testthat/edition: 3