-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
50 lines (50 loc) · 1.49 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
Package: squire
Type: Package
Title: SEIR transmission model of COVID-19
Version: 0.7.1
Authors@R: c(
person("OJ", "Watson", email = "o.watson15@imperial.ac.uk", role = c("aut", "cre")),
person("Patrick", "Walker", email = "patrick.walker06@imperial.ac.uk", role = c("aut")),
person("Charlie", "Whittaker", email = "charles.whittaker16@imperial.ac.uk", role = c("aut")),
person("Peter", "Winskill", email = "p.winskill@imperial.ac.uk", role = c("aut")),
person("Giovanni", "Charles", email = "giovanni.charles10@imperial.ac.uk", role = c("aut")),
person("Imperial College of Science, Technology and Medicine", role = "cph"))
Description: An extended model of the SEIR model used in the Imperial College
London Report into the global impact of COVID-19 and strategies for mitigation
and suppression (https://www.imperial.ac.uk/mrc-global-infectious-disease-analysis/covid-19/report-12-global-impact-covid-19/).
Extensions now include healthcare treatment pathways and excess mortality.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.1.0),
covr,
readxl,
knitr,
odin.js,
rmarkdown,
mockery
RoxygenNote: 7.1.2
Imports:
odin (>= 1.2.4),
dde (>= 1.0.2),
dplyr,
tidyr,
rlang,
furrr,
magrittr,
purrr,
crayon,
methods,
ggplot2,
viridis,
coda,
mvtnorm,
drjacoby
Depends: R (>= 3.1.0)
VignetteBuilder: knitr
Remotes:
mrc-ide/dde,
mrc-ide/odin,
mrc-ide/odin.js,
mrc-ide/drjacoby