forked from epiverse-trace/epiparameter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.81 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
Package: epiparameter
Title: Library of Epidemiological Parameters with Helper Functions and
Classes
Version: 0.2.0
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"))
)
Description: Library of epidemiological parameters for infectious diseases
and a set of classes and helper functions.
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 (>= 3.6.0)
Imports:
checkmate,
cli,
distcrete,
distributional,
graphics,
pillar,
rlang,
stats,
utils
Suggests:
bookdown,
DT,
ggplot2,
jsonlite,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
vdiffr (>= 1.0.7)
VignetteBuilder:
knitr
Config/Needs/check: mrc-ide/epireview
Config/Needs/website: epiverse-trace/epiversetheme, mrc-ide/epireview
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1