-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.55 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
Package: packagetemplate
Title: Your Package Title in Titlecase
Version: 0.0.1
Authors@R: c(
person("James M.", "Azam", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5782-7330")),
person("Hugo", "Gruson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4094-1476")),
person("Pratik", "Gupte", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5294-7819")),
person("Joshua W.", "Lambert", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5218-3046")),
person("Karim", "Mané", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9892-2999")),
person("Jaime A.", "Pavlich-Mariscal", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3892-6680")),
person("Chris", "Hartgerink", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-1050-6809"))
)
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: MIT + file LICENSE
Depends:
R (>= 4.0.0)
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3