generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
75 lines (75 loc) · 2.6 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
65
66
67
68
69
70
71
72
73
74
75
Package: epidemics
Title: Composable Epidemic Scenario Modelling
Version: 0.4.0.9000
Authors@R: c(
person("Pratik", "Gupte", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5294-7819")),
person("Rosalind", "Eggo", , "[email protected]", role = c("aut", "cph", "cre"),
comment = c(ORCID = "0000-0002-0362-6717")),
person("Edwin", "Van Leeuwen", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-2383-5305")),
person("Adam", "Kucharski", , "[email protected]", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0001-8814-9421")),
person("Tim", "Taylor", , "[email protected]", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0002-8587-7113")),
person("Banky", "Ahadzie", , "[email protected]", role = "ctb"),
person("Hugo", "Gruson", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Joshua W.", "Lambert", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5218-3046")),
person("James M.", "Azam", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5782-7330")),
person("Alexis", "Robert", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-4516-2965"))
)
Description: A library of compartmental epidemic models taken from the
published literature, and classes to represent affected populations,
public health response measures including non-pharmaceutical
interventions on social contacts, non-pharmaceutical and
pharmaceutical interventions that affect disease transmissibility,
vaccination regimes, and disease seasonality, which can be combined to
compose epidemic scenario models.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/epidemics,
https://epiverse-trace.github.io/epidemics/
BugReports: https://github.com/epiverse-trace/epidemics/issues
Imports:
checkmate,
cli,
data.table,
glue,
Rcpp,
RcppEigen,
stats,
utils,
withr
Suggests:
bench,
bookdown,
colorspace,
dplyr,
EpiEstim,
finalsize,
ggdist,
ggplot2,
knitr,
purrr,
rmarkdown,
scales,
socialmixr,
spelling,
testthat (>= 3.0.0),
tibble,
tidyr
LinkingTo:
BH,
Rcpp,
RcppEigen
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1