-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
69 lines (69 loc) · 1.7 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
Package: fiphde
Title: Forecasting Influenza in Support of Public Health Decision Making
Version: 2.0.2
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 = "Desiree",
family = "Williams",
role = "aut"),
person(given = "Shakeel",
family = "Jessa",
role = "aut"),
person(given = "Chris",
family = "Hulme-Lowe",
role = "aut"),
person(given = "Stephen",
family = "Turner",
role = "aut",
comment = c(ORCID = "0000-0001-9140-9028"))
)
Description: Miscellaneous functions for retrieving data, creating and evaluating time series forecasting models for influenza-like illness (ILI) and influenza hospitalizations in the United States.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
fable,
fabletools (>= 0.3.2),
lubridate,
magrittr,
MMWRweek,
purrr,
tibble,
tidyr,
tsibble,
trending (>= 0.1.0),
trendeval (>= 0.1.0),
ggplot2,
stringr,
jsonlite,
stats,
scales,
readr,
shiny,
httr,
distfromq
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0),
plotly,
shinyWidgets,
here,
DT,
knitr,
feasts,
urca,
rmarkdown,
waiter,
rplanes
Remotes: signaturescience/rplanes, reichlab/distfromq
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://signaturescience.github.io/fiphde/, https://github.com/signaturescience/fiphde