-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
62 lines (62 loc) · 1.49 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
Package: focustools
Title: Forecasting COVID-19 in the United States (FOCUS) tools
Version: 0.2.0
Authors@R:
c(person(given = "VP",
family = "Nagraj",
role = c("aut", "cre"),
email = "pnagraj@signaturescience.com",
comment = c(ORCID = "0000-0003-0060-566X")),
person(given = "Stephen",
family = "Turner",
role = "aut",
email = "sturner@signaturescience.com",
comment = c(ORCID = "0000-0001-9140-9028")),
person(given = "Stephanie",
family = "Guertin",
role = "aut",
email = "sguertin@signaturescience.com"),
person(given = "Chris",
family = "Hulme-Lowe",
role = "aut",
email = "mscholz@signaturescience.com")
)
Description: Miscellaneous functions for retrieving data, creating and evaluating time series
forecasting models for COVID-19 cases and deaths in the United States.
Built for participation in the COVID-19 Forecast Hub.
License: GPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 2.10)
LazyData: true
RoxygenNote: 7.1.2
Imports:
magrittr,
dplyr,
readr,
tidyr,
yaml,
glue,
fable,
fabletools,
tsibble,
MMWRweek,
httr,
lubridate,
purrr,
reticulate,
tibble,
stringr,
ggplot2,
shiny,
scales,
feasts,
urca
Suggests:
here,
lifecycle,
shinyWidgets,
DT,
knitr,
rmarkdown
VignetteBuilder: knitr