Package: EpiModel
Version: 2.3.2
Date: 2023-02-16
Title: Mathematical Modeling of Infectious Disease Dynamics
Description: Tools for simulating mathematical models of infectious disease dynamics.
    Epidemic model classes include deterministic compartmental models, stochastic
    individual-contact models, and stochastic network models. Network models use the
    robust statistical methods of exponential-family random graph models (ERGMs)
    from the Statnet suite of software packages in R. Standard templates for epidemic
    modeling include SI, SIR, and SIS disease types. EpiModel features an API for
    extending these templates to address novel scientific research aims. Full
    methods for EpiModel are detailed in Jenness et al. (2018, <doi:10.18637/jss.v084.i08>).
Maintainer: Samuel Jenness <samuel.m.jenness@emory.edu>
Authors@R: c(person("Samuel", "Jenness",
    role=c("cre","aut"), email="samuel.m.jenness@emory.edu"),
    person("Steven M.","Goodreau",
    role=c("aut"), email="goodreau@uw.edu"),
    person("Martina", "Morris",
    role=c("aut"), email="morrism@uw.edu"),
    person("Adrien", "Le Guillou",
    role=c("aut"), email="contact@aleguillou.org"),
    person("Chad", "Klumb",
    role=c("aut"), email="cklumb@gmail.com"),
    person("Skye", "Bender-deMoll",
    role=c("ctb"), email="skyebend@uw.edu"))
License: GPL-3
URL: http://www.epimodel.org/
BugReports: https://github.com/EpiModel/EpiModel/issues
Depends: R (>= 3.5), deSolve (>= 1.21), networkDynamic (>= 0.11.3),
        tergm (>= 4.1.1), statnet.common (>= 4.8.0)
Imports: graphics, grDevices, stats, utils, doParallel, ergm (>=
        4.4.0), ergm.ego (>= 1.0.1), egor, foreach, network (>=
        1.18.1), RColorBrewer, ape, lazyeval, ggplot2, tibble, methods,
        rlang, dplyr, coda, networkLite (>= 1.0.1)
Suggests: knitr, ndtv, rmarkdown, shiny, testthat, tidyr
VignetteBuilder: knitr
LinkingTo: Rcpp, ergm
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-02-16 22:27:33 UTC; sjennes
Author: Samuel Jenness [cre, aut],
  Steven M. Goodreau [aut],
  Martina Morris [aut],
  Adrien Le Guillou [aut],
  Chad Klumb [aut],
  Skye Bender-deMoll [ctb]
Repository: CRAN
Date/Publication: 2023-02-16 23:30:02 UTC
