forked from cmmid/ringbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·42 lines (42 loc) · 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
35
36
37
38
39
40
41
42
Package: covidhm
Type: Package
Title: Assessment of contact tracing, social distancing, and real-world social tracking data for control of COVID-19
Version: 0.1.0
Authors@R: c(
person(given = "Lewis Spurgin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0874-9281")),
person(given = "Joel Hellewell",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2683-0849")))
Description: Assessment of contact tracing, social distancing, and real-world social tracking data for control of COVID-19
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
R (>= 3.5.0)
Imports:
magrittr,
dplyr,
tidyr,
furrr,
purrr,
ggplot2,
patchwork,
sn,
ggrepel,
cowplot,
tibble,
readr,
data.table,
igraph,
reshape2,
clue,
fields,
diagram
Suggests:
future