-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 912 Bytes
/
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: covidsimR
Title: easy-to-use function for modelling the effect of different mitigating scenarios on projected capacity-dependent covid19 deaths
Version: 0.0.0.9000
Authors@R:
c(person(given = "Richard",
family = "Wood",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Nick",
family = "Howlett",
role = "ctb",
email = "[email protected]"),
person(given = "Ben",
family = "Murch",
role = "ctb",
email = "[email protected]"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
dplyr,
ggplot2,
grDevices,
gridExtra,
lubridate,
magrittr,
parallel,
tibble,
tidyr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0