-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
48 lines (48 loc) · 1.55 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
Package: ringbp
Type: Package
Title: Simulate and evaluate contact tracing scenarios
Version: 0.1.2.9999
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")),
person("Tim", "Lucas",
email = "[email protected]",
role = c("aut")),
person("Sebastian", "Funk",
email = "[email protected]",
role = c("aut")),
person("Adam", "Kucharski",
email = "[email protected]",
role = c("aut")),
person("Hugo", "Gruson",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "https://orcid.org/0000-0002-4094-1476"))
)
Description: A package to simulate transmission of an infectious disease and associated efforts to trace conacts and reduce onwards transmission.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
data.table,
future.apply,
purrr,
sn
Suggests:
future,
testthat
URL: https://epiforecasts.io/ringbp, https://github.com/epiforecasts/ringbp
BugReports: https://github.com/epiforecasts/ringbp/issues