-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.63 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: idmodelr
Type: Package
Version: 0.4.0
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: https://samabbott.co.uk/idmodelr/,
https://github.com/seabbs/idmodelr
BugReports: https://github.com/seabbs/idmodelr/issues
Encoding: UTF-8
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
LazyData: true
Language: en-GB