-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
64 lines (64 loc) · 2.12 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
53
54
55
56
57
58
59
60
61
62
63
64
Package: finalsize
Title: Calculate the Final Size of an Epidemic
Version: 0.2.1.9000
Authors@R: c(
person("Pratik", "Gupte", , "pratik.gupte@lshtm.ac.uk", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Edwin", "Van Leeuwen", , "edwin.vanleeuwen@ukhsa.gov.uk", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-2383-5305")),
person("Adam", "Kucharski", , "adam.kucharski@lshtm.ac.uk", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-8814-9421")),
person("Rosalind", "Eggo", , "r.eggo@lshtm.ac.uk", role = c("ctb", "cre"),
comment = c(ORCID = "0000-0002-0362-6717")),
person("Hugo", "Gruson", , "hugo.gruson@data.org", role = "ctb",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Thibaut", "Jombart", , "thibaut@data.org", role = "ctb",
comment = c(ORCID = "0000-0003-3796-2097")),
person("Andree", "Valle-Campos", , "andree.valle-campos@lshtm.ac.uk", role = "ctb",
comment = c(ORCID = "0000-0002-7779-481X")),
person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = "rev",
comment = c(ORCID = "0000-0001-5218-3046"))
)
Description: Calculate the final size of a
susceptible-infectious-recovered epidemic in a population with
demographic variation in contact patterns and susceptibility to
disease, as discussed in Miller (2012)
<doi:10.1007/s11538-012-9749-6>.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/finalsize,
https://epiverse-trace.github.io/finalsize/
BugReports: https://github.com/epiverse-trace/finalsize/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
Rcpp
Suggests:
bookdown,
colorspace,
dplyr,
forcats,
ggplot2,
ggtext,
knitr,
purrr,
rmarkdown,
scales,
socialmixr,
spelling,
testthat (>= 3.0.0),
tibble,
tidyr,
xml2
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1