Package: shinySIR
Type: Package
Title: Interactive Plotting for Mathematical Models of Infectious
        Disease Spread
Version: 0.1.2
Date: 2020-09-30
Authors@R: c(person("Sinead E.", "Morris", role = c("aut", "cre"),
		   email = "sinead.morris@columbia.edu",
		   comment = c(ORCID = "0000-0001-8626-1698")),
		person("Ottar N.", "Bjornstad", role = "ctb"))
Maintainer: Sinead E. Morris <sinead.morris@columbia.edu>
Description: Provides interactive plotting for mathematical models of infectious disease spread. Users can choose from a variety of common built-in ordinary differential equation (ODE) models (such as the SIR, SIRS, and SIS models), or create their own. This latter flexibility allows 'shinySIR' to be applied to simple ODEs from any discipline. The package is a useful teaching tool as students can visualize how changing different parameters can impact model dynamics, with minimal knowledge of coding in R. The built-in models are inspired by those featured in Keeling and Rohani (2008) <doi:10.2307/j.ctvcm4gk0> and Bjornstad (2018) <doi:10.1007/978-3-319-97487-3>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: dplyr (>= 0.8.0.1), tidyr (>= 0.8.3), ggplot2 (>= 3.1.1),
        shiny (>= 1.3.2), deSolve (>= 1.2.1)
Suggests: knitr (>= 1.22), rmarkdown (>= 1.12), testthat (>= 2.2.0)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-10-18 18:38:16 UTC; sineadmorris
Author: Sinead E. Morris [aut, cre] (<https://orcid.org/0000-0001-8626-1698>),
  Ottar N. Bjornstad [ctb]
Repository: CRAN
Date/Publication: 2020-10-18 18:50:02 UTC
Built: R 4.1.0; ; 2021-05-27 23:31:53 UTC; unix
