Package: epiworldR
Type: Package
Title: Fast Agent-Based Epi Models
Version: 0.0-3
Date: 2023-08-29
Authors@R: c(
  person("Derek", "Meyer", role=c("aut","cre"), 
  email="derekmeyer37@gmail.com", comment = c(ORCID = "0009-0005-1350-6988")),
  person("George", "Vega Yon", role=c("aut"),
  email="g.vegayon@gmail.com", comment = c(ORCID = "0000-0002-3171-0844")),
  person("Susan", "Holmes", role = "rev", comment =
         c(what = "JOSS reviewer", ORCID="0000-0002-2208-8168")),
  person("Abinash", "Satapathy", role = "rev", comment =
         c(what = "JOSS reviewer", ORCID="0000-0002-2955-2744")),
  person("Carinogurjao", role = "rev"),
  person("Centers for Disease Control and Prevention", role="fnd", comment = "Award number 1U01CK000585; 75D30121F00003"
  ))
Description: A flexible framework for Agent-Based Models (ABM), the 'epiworldR' package provides methods for prototyping disease outbreaks and transmission models using a 'C++' backend, making it very fast. It supports multiple epidemiological models, including the Susceptible-Infected-Susceptible (SIS), Susceptible-Infected-Removed (SIR), Susceptible-Exposed-Infected-Removed (SEIR), and others, involving arbitrary mitigation policies and multiple-disease models. Users can specify infectiousness/susceptibility rates as a function of agents' features, providing great complexity for the model dynamics. Furthermore, 'epiworldR' is ideal for simulation studies featuring large populations.
URL: https://github.com/UofUEpiBio/epiworldR,
        https://uofuepibio.github.io/epiworldR/,
        https://uofuepibio.github.io/epiworldR-workshop/
BugReports: https://github.com/UofUEpiBio/epiworldR/issues
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Encoding: UTF-8
LinkingTo: cpp11
Suggests: knitr, rmarkdown, tinytest, netplot, igraph
Imports: utils
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-09-08 17:53:19 UTC; u1427124
Author: Derek Meyer [aut, cre] (<https://orcid.org/0009-0005-1350-6988>),
  George Vega Yon [aut] (<https://orcid.org/0000-0002-3171-0844>),
  Susan Holmes [rev] (JOSS reviewer,
    <https://orcid.org/0000-0002-2208-8168>),
  Abinash Satapathy [rev] (JOSS reviewer,
    <https://orcid.org/0000-0002-2955-2744>),
  Carinogurjao [rev],
  Centers for Disease Control and Prevention [fnd] (Award number
    1U01CK000585; 75D30121F00003)
Maintainer: Derek Meyer <derekmeyer37@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-08 18:20:02 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-09-09 10:28:36 UTC; unix
Archs: epiworldR.so.dSYM
