Package: epidemics Title: Composable Epidemic Scenario Modelling Version: 0.5.0 Authors@R: c( person("Pratik", "Gupte", , "pratik.gupte@lshtm.ac.uk", role = c("aut", "cph"), comment = c(ORCID = "0000-0001-5294-7819")), person("Rosalind", "Eggo", , "rosalind.eggo@lshtm.ac.uk", role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-0362-6717")), person("Edwin", "Van Leeuwen", , "edwin.vanleeuwen@ukhsa.gov.uk", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-2383-5305")), person("Bankole", "Ahadzie", , "bankole.ahadzie@lshtm.ac.uk", role = c("aut")), person("Adam", "Kucharski", , "adam.kucharski@lshtm.ac.uk", role = c("ctb", "rev"), comment = c(ORCID = "0000-0001-8814-9421")), person("Tim", "Taylor", , "tim.taylor@hiddenelephants.co.uk", role = c("ctb", "rev"), comment = c(ORCID = "0000-0002-8587-7113")), person("Alexis", "Robert", , "alexis.robert@lshtm.ac.uk", role = c("ctb", "rev"), comment = c(ORCID = "0000-0002-4516-2965")), person("Hugo", "Gruson", , "hugo.gruson@data.org", role = "rev", comment = c(ORCID = "0000-0002-4094-1476")), person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = c("ctb", "rev"), comment = c(ORCID = "0000-0001-5218-3046")), person("James M.", "Azam", , "james.azam@lshtm.ac.uk", role = "rev", comment = c(ORCID = "0000-0001-5782-7330")) ) Description: A library of compartmental epidemic models taken from the published literature, and classes to represent affected populations, public health response measures including non-pharmaceutical interventions on social contacts, non-pharmaceutical and pharmaceutical interventions that affect disease transmissibility, vaccination regimes, and disease seasonality, which can be combined to compose epidemic scenario models. License: MIT + file LICENSE URL: https://github.com/epiverse-trace/epidemics, https://epiverse-trace.github.io/epidemics/ BugReports: https://github.com/epiverse-trace/epidemics/issues Depends: R (>= 4.1.0) Imports: odin, checkmate, cli, data.table, glue, stats, utils, withr Suggests: bench, bookdown, colorspace, dplyr, EpiEstim, finalsize, ggdist, ggplot2, knitr, purrr, rmarkdown, scales, socialmixr (>= 0.6.0), spelling, testthat (>= 3.0.0), tibble, tidyr, wpp2024 Remotes: PPgp/wpp2024 LinkingTo: BH, Rcpp, RcppEigen VignetteBuilder: knitr Config/Needs/website: epiverse-trace/epiversetheme Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://epiverse-trace.r-universe.dev Date/Publication: 2026-07-20 08:30:27 UTC RemoteUrl: https://github.com/epiverse-trace/epidemics RemoteRef: HEAD RemoteSha: ac11c6fd15483f5a9fa2f053b714d04dd3c407b7 NeedsCompilation: yes Packaged: 2026-07-20 08:36:51 UTC; root Author: Pratik Gupte [aut, cph] (ORCID: ), Rosalind Eggo [aut, cph, cre] (ORCID: ), Edwin Van Leeuwen [aut, cph] (ORCID: ), Bankole Ahadzie [aut], Adam Kucharski [ctb, rev] (ORCID: ), Tim Taylor [ctb, rev] (ORCID: ), Alexis Robert [ctb, rev] (ORCID: ), Hugo Gruson [rev] (ORCID: ), Joshua W. Lambert [ctb, rev] (ORCID: ), James M. Azam [rev] (ORCID: ) Maintainer: Rosalind Eggo