-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.75 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
Package: DSAIDE
Type: Package
Title: Dynamical Systems Approach to Infectious Disease Epidemiology (Ecology/Evolution)
Description: Exploration of simulation models (apps) of various infectious disease transmission dynamics scenarios.
The purpose of the package is to help individuals learn
about infectious disease epidemiology (ecology/evolution) from a dynamical systems perspective.
All apps include explanations of the underlying models and instructions on what to do with the models.
Version: 0.9.6
Date: 2023-08-23
Authors@R: c(
person("Andreas", "Handel", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4622-1146") ),
person("Cody", "Dailey", role = "ctb"),
person("Isaac Chun-Hai", "Fung", role = "ctb"),
person("Ronald", "Galiwango", role = "ctb"),
person("Salil", "Goyal", role = "ctb"),
person("Spencer", "Hall", role = "ctb"),
person("Ben", "Listyg", role = "ctb"),
person("Brian", "McKay", role = "ctb"),
person("John", "Rossow", role = "ctb"),
person("Sina", "Solaimanpour", role = "ctb"),
person("Alexis", "Vittengl", role = "ctb"),
person("Henok", "Woldu", role = "ctb")
)
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
Imports:
adaptivetau,
deSolve,
dplyr,
ggplot2,
gridExtra,
lhs,
nloptr,
plotly,
rlang,
stats,
utils,
XML
Depends:
R (>= 4.0.0),
shiny (>= 1.2)
Suggests:
covr,
devtools,
emoji,
knitr,
pkgdown,
rmarkdown,
roxygen2,
testthat
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://ahgroup.github.io/DSAIDE/, https://github.com/ahgroup/DSAIDE/
BugReports: https://github.com/ahgroup/DSAIDE/issues