-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
52 lines (52 loc) · 2.14 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
49
50
51
52
Package: bpmodels
Title: Simulating and Analysing Transmission Chain Statistics using Branching Process
Models
Version: 0.3.2
Authors@R: c(
person("James M.", "Azam", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0001-5782-7330")),
person("Zhian N.", "Kamvar", , "[email protected]", role = "ctb",
comment = c(ORCID = "https://orcid.org/0000-0003-1458-7108")),
person("Flavio", "Finger", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0002-8613-5170")),
person("Sebastian", "Funk", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "https://orcid.org/0000-0002-2842-3406")),
person(given = "Joshua W.", family = "Lambert", email = "[email protected]", role = c("rev"),
comment = c(ORCID = "0000-0001-5218-3046")),
person(given = "Pratik", family = "Gupte", email = "[email protected]", role = c("rev"),
comment = c(ORCID = "https://orcid.org/0000-0001-5294-7819")),
person(given = "Hugo", family = "Gruson", email = "[email protected]", role = c("rev"),
comment = c(ORCID = "https://orcid.org/0000-0002-4094-1476"))
)
Description: Provides methods to simulate and analyse the size and length
of branching processes with an arbitrary offspring distribution. These
can be used, for example, to analyse the distribution of chain sizes
or length of infectious disease outbreaks, as discussed in Farrington
et al. (2003) <doi:10.1093/biostatistics/4.2.279>.
License: MIT + file LICENSE
URL: https://github.com/epiforecasts/bpmodels,
https://epiforecasts.io/bpmodels/
BugReports: https://github.com/epiforecasts/bpmodels/issues
Depends:
R (>= 3.6.0)
Suggests:
bookdown,
dplyr,
ggplot2,
knitr,
lubridate,
rmarkdown,
spelling,
testthat,
truncdist
VignetteBuilder:
knitr
Config/Needs/website:epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Language: en-GB
Imports:
checkmate