-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
69 lines (69 loc) · 2.46 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
Package: epiparameter
Title: Classes and Helper Functions for Working with Epidemiological Parameters
Version: 0.4.0.9000
Authors@R: c(
person("Joshua W.", "Lambert", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5218-3046")),
person("Adam", "Kucharski", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-8814-9421")),
person("Carmen", "Tamayo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4184-2864")),
person("Hugo", "Gruson", , "[email protected]", role = c("ctb", "rev"),
comment = c(ORCID = "0000-0002-4094-1476")),
person("Sebastian", "Funk", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2842-3406")),
person("Pratik", "Gupte", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5294-7819")),
person("James M.", "Azam", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0001-5782-7330")),
person("Chris", "Hartgerink", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0003-1050-6809")),
person("Tim", "Taylor", , "[email protected]", role = "rev",
comment = c(ORCID = "0000-0002-8587-7113"))
)
Description: Classes and helper functions for loading, extracting, converting,
manipulating, plotting and aggregating epidemiological parameters for infectious diseases.
Epidemiological parameters extracted from the literature are loaded from the 'epiparameterDB'
R package.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/epiparameter/,
https://epiverse-trace.github.io/epiparameter/
BugReports: https://github.com/epiverse-trace/epiparameter/issues
Depends:
R (>= 4.1.0)
Imports:
cachem,
checkmate,
cli,
distcrete,
distributional,
epiparameterDB,
graphics,
lifecycle,
pillar,
rlang,
stats,
tools,
utils
Suggests:
bookdown,
DT,
ggplot2,
knitr,
RColorBrewer,
rmarkdown,
spelling,
testthat (>= 3.0.0),
vdiffr (>= 1.0.7),
visNetwork
VignetteBuilder:
knitr
Config/Needs/check: mrc-ide/epireview
Config/Needs/website: epiverse-trace/epiversetheme, mrc-ide/epireview
Config/potools/style: explicit
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2