forked from mrc-ide/squire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.1 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
Package: squire
Type: Package
Title: SEIR transmission model of COVID-19
Version: 0.2.2
Authors@R: c(
person("Patrick", "Walker", email = "patrick.walker06@imperial.ac.uk", role = c("aut")),
person("OJ", "Watson", email = "o.watson15@imperial.ac.uk", role = c("aut", "cre")),
person("Charlie", "Whittaker", email = "charles.whittaker16@imperial.ac.uk", role = c("aut")),
person("Peter", "Winskill", email = "p.winskill@imperial.ac.uk", role = c("aut"))
)
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
RoxygenNote: 7.1.0
Imports:
odin,
dde,
dplyr,
tidyr,
rlang,
magrittr,
purrr,
crayon,
methods,
ggplot2
Depends: R (>= 3.1.0)