Package: exDE
Type: Package
Title: Extensible Differential Equations for Mosquito-Borne Pathogen
        Modeling
Version: 1.0.0
Authors@R: c(
      person("Sean L.", "Wu", email = "slwood89@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0002-5781-9493")),
      person("David L.", "Smith", email = "smitdave@uw.edu", role = "aut", comment = c(ORCID = "0000-0003-4367-3849"))
    )
Description: Provides tools to set up modular ordinary and delay differential equation
  models for mosquito-borne pathogens, focusing on malaria. Modular design is achieved
  by S3 dispatch on parameter lists for each component which is used to compute
  the full set of differential equations which may be solved using
  any of the packages for numerical simulation of differential equations in R. The
  methods implemented by this package are described in Wu et al. (2022) <doi:10.1101/2022.11.07.22282044>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1.9000
URL: https://dd-harp.github.io/exDE/
BugReports: https://github.com/dd-harp/exDE/issues
Imports: deSolve, expm, MASS
Suggests: ggplot2, data.table, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-11-17 17:47:57 UTC; seanwu89
Author: Sean L. Wu [aut, cre] (<https://orcid.org/0000-0002-5781-9493>),
  David L. Smith [aut] (<https://orcid.org/0000-0003-4367-3849>)
Maintainer: Sean L. Wu <slwood89@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-18 10:00:04 UTC
Built: R 4.1.2; ; 2022-11-19 11:45:44 UTC; unix
