-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 987 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
35
36
37
38
Package: ringbp
Type: Package
Title: Feasibility of controlling 2019-nCoV outbreaks by isolation of cases and contacts
Version: 0.1.0
Authors@R: c(
person(given = "Joel Hellewell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2683-0849")),
person(given = "Sam Abbott",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Amy", "Gimma",
email = "[email protected]",
role = c("aut")))
Description: Feasibility of controlling 2019-nCoV outbreaks by isolation of cases and contacts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Depends:
R (>= 3.5.0)
Imports:
magrittr,
dplyr,
data.table,
tidyr,
furrr,
purrr,
ggplot2,
patchwork,
sn,
ggrepel,
cowplot
Suggests:
future