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 = "dawn.nekorchuk@ou.edu",
  role = c("aut", "cre")), 
  person(given = c("Michael", "C"), family = "Wimberly", email = "mcwimberly@ou.edu", role = "rth"), 
  person(given = c("Justin", "K"), family = "Davis", email = "justinkdavis@ou.edu", 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
