-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
5,269 additions
and
3,947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: epidemiar | ||
Type: Package | ||
Title: epidemiar: Create EPIDEMIA Environmentally-Mediated Disease Forecasts | ||
Version: 2.1.0 | ||
Version: 3.1.0 | ||
Authors@R: c( | ||
person(given = c("Dawn", "M"), family = "Nekorchuk", email = "[email protected]", | ||
role = c("aut", "cre")), | ||
|
@@ -14,25 +14,28 @@ Description: The Epidemic Prognosis Incorporating Disease and Environmental Moni | |
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: GPL-3 + file LICENSE | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.1.1 | ||
Imports: dplyr (>= 0.8.3), | ||
glue (>= 1.3.1), | ||
lubridate (>= 1.7.4), | ||
RoxygenNote: 7.1.0 | ||
Imports: dplyr (>= 1.0.0), | ||
glue (>= 1.4.1), | ||
lubridate (>= 1.7.9), | ||
MASS, | ||
magrittr (>= 1.5), | ||
mgcv (>= 1.8-28), | ||
parallel (>= 3.6.1), | ||
pracma (>= 2.2.5), | ||
rlang (>= 0.4.0), | ||
surveillance (>= 1.17.0), | ||
splines (>= 3.6.1), | ||
tibble (>= 2.1.3), | ||
tidyr (>= 0.8.3), | ||
zoo (>= 1.8-6) | ||
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: | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.