-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.64 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
Package: hubUtils
Version: 0.3.0.9000
Title: Core 'hubverse' Utilities
Authors@R: c(
person("Anna", "Krystalli", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2378-4915")),
person("Li", "Shandross", , "[email protected]", role = "ctb"),
person("Nicholas G.", "Reich", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3503-9899")),
person("Evan L.", "Ray", , "[email protected]", role = "ctb"),
person("Zhian N.", "Kamvar", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0003-1458-7108")),
person("Consortium of Infectious Disease Modeling Hubs", role = "cph")
)
Description: Core set of low-level utilities common across the
'hubverse'. Used to interact with 'hubverse' schema, Hub configuration files
and model outputs and designed to be primarily used internally by other
'hubverse' packages. See Reich et al. (2022) <doi:10.2105/AJPH.2022.306831>
for an overview of Collaborative Hubs.
License: MIT + file LICENSE
URL: https://github.com/hubverse-org/hubUtils,
https://hubverse-org.github.io/hubUtils/
BugReports: https://github.com/hubverse-org/hubUtils/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
cli,
curl,
fs,
gh,
glue,
jsonlite,
lifecycle,
magrittr,
memoise,
purrr,
rlang,
stringr,
tibble,
utils
Suggests:
arrow (>= 17.0.0),
dplyr,
knitr,
rmarkdown,
testthat (>= 3.2.0)
Config/Needs/website: hubverse-org/hubStyle
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2