-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
65 lines (65 loc) · 2.15 KB
/
DESCRIPTION
File metadata and controls
65 lines (65 loc) · 2.15 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: ringbp
Type: Package
Title: Simulate and evaluate contact tracing scenarios
Version: 0.1.2.9999
Authors@R: c(
person("Joel", "Hellewell",
role = c("aut", "cre"),
email = "Joel.Hellewell@lshtm.ac.uk",
comment = c(ORCID = "0000-0003-2683-0849")),
person("Sam", "Abbott",
role = c("aut"),
email = "contact@samabbott.co.uk",
comment = c(ORCID = "0000-0001-8057-8037")),
person("Amy", "Gimma",
email = "amy.gimma@lshtm.ac.uk",
role = c("aut")),
person("Tim", "Lucas",
email = "tim.lucas@leicester.ac.uk",
role = c("aut")),
person("Sebastian", "Funk",
email = "sebastian.funk@lshtm.ac.uk",
role = c("aut")),
person("Adam", "Kucharski",
email = "adam.kucharski@lshtm.ac.uk",
role = c("aut")),
person("Hugo", "Gruson",
email = "hugo.gruson@data.org",
role = c("ctb"),
comment = c(ORCID = "https://orcid.org/0000-0002-4094-1476")),
person("Carl A. B.", "Pearson",
email = "carl.ab.pearson@gmail.com",
role = c("ctb", "rev"),
comment = c(ORCID = "0000-0003-0701-7860")),
person("Joshua W.", "Lambert",
email = "joshua.lambert@lshtm.ac.uk",
role = c("aut"),
comment = c(ORCID = "0000-0001-5218-3046"))
)
Description: A package to simulate transmission of an infectious disease and associated efforts to trace contacts and reduce onwards transmission.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.3
Depends:
R (>= 4.4.0)
Imports:
checkmate,
data.table,
sn
Suggests:
future,
future.apply,
knitr,
rmarkdown,
roxyglobals (>= 1.0.0),
testthat (>= 3.0.0),
tinyplot
URL: https://epiforecasts.io/ringbp, https://github.com/epiforecasts/ringbp
BugReports: https://github.com/epiforecasts/ringbp/issues
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
VignetteBuilder: knitr