-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
101 lines (101 loc) · 2.52 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
Package: covidHubUtils
Title: Utility functions for the COVID-19 forecast hub
Version: 0.1.9
Authors@R: c(
person(given = "Yijin Serena",
family = "Wang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4438-6366")),
person(given = "Ariane",
family = "Stark",
role = c("aut")),
person(given = "Evan L",
family = "Ray",
role = c("aut")),
person(given = "Nikos I.",
family = "Bosse",
role = c("aut"),
comment = c(ORCID = "0000-0002-7750-5280")),
person(given = "Khoa",
family = "Le",
role = c("ctb")),
person(given = "Yuxin David",
family = "Huang",
role = c("ctb")),
person(given = "Katharine",
family = "Sherratt",
role = c("ctb"),
comment = c(ORCID = "0000-0003-2049-3423")),
person(given = "Sebastian",
family = "Funk",
role = c("ctb"),
comment = c(ORCID = "0000-0002-2842-3406")),
person(given = "Nicholas G.",
family = "Reich",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3503-9899")),
person(given = "Nutcha",
family = "Wattanachit",
role = c("aut")),
person(given = "Aaron",
family = "Gerding",
role = c("ctb")),
person(given = "Dasuni",
family = "Jayawardena",
role = c("ctb"))
)
Description:
A set of utility functions for downloading, plotting, and scoring
forecast and truth data from the COVID-19 Forecast Hub:
https://covid19forecasthub.org/.
License: MIT
Imports:
covidData,
dplyr (>= 0.8.4),
tibble (>= 2.1.3),
tidyr (>= 1.0.2),
MMWRweek (>= 0.1.1),
lubridate (>= 1.7.4),
purrr (>= 0.3.3),
scoringutils (>= 1.2.2),
ggplot2,
magrittr,
forcats,
RcppRoll,
colorspace,
ggnewscale,
zoltr (>= 1.0.0),
grDevices,
RColorBrewer,
stats,
utils,
readr,
httr,
stringr,
yaml,
lifecycle,
jsonlite,
foreach,
doParallel,
parallel,
DBI,
RSQLite
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
VignetteBuilder: knitr
Suggests:
DT,
knitr,
mockery,
testthat
Remotes:
reichlab/covidData,
reichlab/zoltr,
epiforecasts/[email protected]
Depends:
R (>= 3.5.0)
URL: https://github.com/reichlab/covidHubUtils