-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.26 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
Package: eSIR
Type: Package
Title: Extended State-Space SIR Models
Version: 0.4.1
Authors@R: c(
person("Lili", "Wang", email = "[email protected]", role = c("aut")),
person("Song Lab", role = "aut", comment = "<http://www.umich.edu/~songlab/>"),
person("Paul", "Egeler", email = "[email protected]", role = "ctb", comment = "Spectrum Health Office of Research and Education"),
person("Michael", "Kleinsasser", email = "[email protected]", role = c("cre"))
)
Description: An implementation of extended state-space SIR models developed by
Song Lab at UM school of Public Health. There are several functions available
by 1) including a time-varying transmission modifier, 2) adding a time-dependent
quarantine compartment, 3) adding a time-dependent antibody-immunization compartment.
License: CC BY 4.0
Encoding: UTF-8
Imports:
coda (>= 0.19.3),
chron (>= 2.3.54),
data.table (>= 1.12.0),
ggplot2 (>= 3.2.1),
grDevices (>= 3.5.2),
graphics (>= 3.5.2),
gtools (>= 3.8.1),
scales (>= 1.1.0),
stats (>= 3.5.2),
reshape2 (>= 1.4.3),
rjags (>= 4.10),
utils (>= 3.5.2)
Depends: R (>= 3.5.2)
RoxygenNote: 7.1.1
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3