-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
55 lines (55 loc) · 1.46 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
Package: hubData
Title: Tools for accessing and working with hubverse data
Version: 1.2.3.9000
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(family = "Consortium of Infectious Disease Modeling Hubs",
role = c("cph")))
Description: A set of utility functions for accessing and working with
forecast and target data from Infectious Disease Modeling Hubs.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/hubverse-org/hubData
BugReports: https://github.com/hubverse-org/hubData/issues
Imports:
arrow (>= 17.0.0),
checkmate,
cli,
dplyr (>= 1.1.0),
fs,
hubUtils (>= 0.1.0),
lifecycle,
magrittr,
purrr,
rlang,
stringr,
tibble,
yaml,
zoltr (>= 1.0.1)
Suggests:
covr,
curl,
dbplyr,
digest,
duckdb,
gh,
jsonlite,
knitr,
mockery,
rmarkdown,
testthat (>= 3.2.0),
withr
Remotes:
hubverse-org/hubUtils
Config/Needs/website: hubverse-org/hubStyle
Depends:
R (>= 2.10)
VignetteBuilder: knitr