-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.09 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
Package: idforecastutils
Title: Utility functions for general infectious disease forecasting use
Version: 0.0.0.9000
Authors@R: c(
person("Li", "Shandross", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-1348-1954")),
person("Evan", "Ray", , "[email protected]", role = c("aut"))
)
Description: A set of utility functions for various infectious disease forecasting models, exercises, and rounds.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
covidData,
distfromq (>= 1.0.2),
dplyr,
forcats,
ggplot2,
gridExtra,
hubUtils,
hubVis,
lubridate,
purrr,
reshape2,
rlang,
scales
Remotes:
Infectious-Disease-Modeling-Hubs/hubEnsembles,
Infectious-Disease-Modeling-Hubs/hubExamples,
Infectious-Disease-Modeling-Hubs/hubUtils,
Infectious-Disease-Modeling-Hubs/hubVis,
reichlab/distfromq,
reichlab/covidData
Suggests:
ggforce,
hubExamples,
readr,
testthat (>= 3.0.0),
tidyr
Config/testthat/edition: 3