Package: idmodelr
Type: Package
Version: 0.3.2
Title: Infectious Disease Model Library and Utilities
Authors@R: c( 
    person(given = "Sam Abbott",
           role = c("aut", "cre"),
           email = "contact@samabbott.co.uk",
           comment = c(ORCID = "0000-0001-8057-8037")),
    person(given = "Akira Endo",
           role = c("aut"),
           email = "akira.endo@lshtm.ac.uk",
           comment = c(ORCID = "0000-0001-6377-7296")))       
Description: Explore a range of infectious disease models in a consistent framework. 
    The primary aim of 'idmodelr' is to provide a library of infectious disease models
    for researchers, students, and other interested individuals. These models can be 
    used to understand the underlying dynamics and as a reference point when developing
    models for research. 'idmodelr' also provides a range of utilities. These include: plotting 
    functionality; a simulation wrapper; scenario analysis tooling; an interactive 
    dashboard; tools for handling mult-dimensional models; and both model and parameter
    look up tables. Unlike other modelling packages such as 'pomp' (<https://kingaa.github.io/pomp/>), 'libbi' (<http://libbi.org>)
    and 'EpiModel' (<http://www.epimodel.org>), 'idmodelr' serves primarily as an educational 
    resource. It is most comparable to epirecipes (<http://epirecip.es/epicookbook/chapters/simple>)
    but provides a more consistent framework, an R based workflow, and additional utility tooling. 
    After users have explored model dynamics with 'idmodelr' they may then 
    implement their model using one of these packages in order to utilise the model
    fitting tools they provide.  For newer modellers, this package reduces the barrier
    to entry by containing multiple infectious disease models, providing a consistent
    framework for simulation and visualisation, and signposting towards other, more 
    research focussed, resources. 
License: GPL-3
Depends: R (>= 3.3.0)
Imports: dplyr (>= 0.8.3), rlang (>= 0.4.0), ggplot2 (>= 3.2.0),
        viridis (>= 0.5.1), magrittr (>= 1.5), purrr (>= 0.3.2), future
        (>= 1.14.0), furrr (>= 0.1.0), stringr (>= 1.4.0), tibble (>=
        2.1.3), tidyr (>= 0.8.3), deSolve (>= 1.23)
Suggests: testthat (>= 2.1.1), rmarkdown (>= 1.13), knitr (>= 1.23),
        pkgnet (>= 0.4.0), DT (>= 0.7), vdiffr (>= 0.3.1), spelling
VignetteBuilder: knitr
URL: http://www.samabbott.co.uk/idmodelr,
        https://github.com/seabbs/idmodelr
BugReports: https://github.com/seabbs/idmodelr/issues
Encoding: UTF-8
RoxygenNote: 7.1.0
LazyData: true
Language: en-GB
NeedsCompilation: no
Packaged: 2020-06-11 12:38:21 UTC; seabbs
Author: Sam Abbott [aut, cre] (<https://orcid.org/0000-0001-8057-8037>),
  Akira Endo [aut] (<https://orcid.org/0000-0001-6377-7296>)
Maintainer: Sam Abbott <contact@samabbott.co.uk>
Repository: CRAN
Date/Publication: 2020-06-11 14:20:03 UTC
Built: R 4.0.2; ; 2020-07-17 08:37:58 UTC; unix
