-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
42 lines (42 loc) · 1.47 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: epidemiar
Type: Package
Title: epidemiar: Create EPIDEMIA Environmentally-Mediated Disease Forecasts
Version: 3.1.1
Authors@R: c(
person(given = c("Dawn", "M"), family = "Nekorchuk", email = "[email protected]",
role = c("aut", "cre")),
person(given = c("Michael", "C"), family = "Wimberly", email = "[email protected]", role = "rth"),
person(given = c("Justin", "K"), family = "Davis", email = "[email protected]", role = "ctb"),
person(given = c("Christopher", "L"), family = "Merkord", role = "ctb"))
Description: The Epidemic Prognosis Incorporating Disease and Environmental Monitoring
for Integrated Assessment (EPIDEMIA) Forecasting System is a set of tools coded in free,
open-access software, that integrate surveillance and environmental data to model and
create short-term forecasts for environmentally-mediated diseases.
This R package contains the functions for modeling, forecasting, validation, and
early detection & early warning alerts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: dplyr (>= 1.0.0),
glue (>= 1.4.1),
lubridate (>= 1.7.9),
MASS,
magrittr (>= 1.5),
methods,
mgcv (>= 1.8-31),
parallel (>= 4.0.0),
pracma (>= 2.2.9),
readr (>= 1.3.1),
rlang (>= 0.4.6),
surveillance (>= 1.18.0),
splines (>= 4.0.0),
tibble (>= 3.0.1),
tidyr (>= 1.1.0),
zoo (>= 1.8-8)
Suggests:
clusterapply,
knitr,
rmarkdown
VignetteBuilder:
knitr