-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.8 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
Type: Package
Package: checklist
Title: A Thorough and Strict Set of Checks for R Packages and Source Code
Version: 0.4.0
Authors@R: c(
person("Thierry", "Onkelinx", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Els", "Lommelen", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3481-5684", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Hans", "Van Calster", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8595-8426", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "[email protected]", role = c("cph", "fnd"))
)
Description: An opinionated set of rules for R packages and R source code
projects.
License: GPL-3
URL: https://inbo.github.io/checklist/, https://github.com/inbo/checklist,
https://doi.org/10.5281/zenodo.4028303
BugReports: https://github.com/inbo/checklist/issues
Depends:
R (>= 4.1.0)
Imports:
assertthat,
cli,
codemetar,
desc,
devtools (> 2.4.0),
fs,
gert,
httr,
hunspell,
jsonlite,
knitr,
lintr (>= 3.0.2.9000),
pkgdown (>= 2.0.7),
R6,
rcmdcheck,
renv,
rmarkdown,
sessioninfo,
utils,
withr,
yaml
Suggests:
bookdown,
covr,
curl,
mockery,
roxygen2,
rstudioapi,
showtext,
sysfonts,
testthat,
zen4R (>= 0.10)
VignetteBuilder:
knitr
Config/checklist/communities: inbo
Config/checklist/keywords: quality control; documentation; publication
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Pandoc (>= 1.17.2)