generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.26 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
Package: epiparameterDB
Title: Database of epidemiological parameters
Version: 0.0.0.9000
Authors@R: c(
person("Joshua W.", "Lambert", , "[email protected]", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0001-5218-3046")),
person("Adam", "Kucharski", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8814-9421")),
person("Carmen", "Tamayo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4184-2864"))
)
Description: Your package description. It must end with a period (".") and
include relevant bibliographical references if applicable, using the
following format: Author et al. (2023) <doi:10.5281/zenodo.6619350>.
License: CC0 + file LICENSE
URL: https://github.com/epiverse-trace/epiparameterDB/,
https://epiverse-trace.github.io/epiparameterDB/
BugReports: https://github.com/epiverse-trace/epiparameterDB/issues
Depends:
R (>= 4.0.0)
Suggests:
DT,
jsonlite,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
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.2