-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
54 lines (54 loc) · 1.41 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
Package: BiocCheck
Title: Bioconductor-specific package checks
Version: 1.43.3
Date: 2024-12-23
Authors@R: c(
person("Bioconductor", "Package Maintainer", ,
"[email protected]", "aut"),
person("Lori", "Shepherd", role = "aut"),
person("Daniel", "von Twisk", role = "ctb"),
person("Kevin", "Rue", role = "ctb"),
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")),
person("Leonardo", "Collado-Torres", role = "ctb"),
person("Federico", "Marini", role = "ctb")
)
Description: BiocCheck guides maintainers through Bioconductor best
practicies. It runs Bioconductor-specific package checks by searching
through package code, examples, and vignettes. Maintainers are
required to address all errors, warnings, and most notes produced.
License: Artistic-2.0
URL: https://github.com/Bioconductor/BiocCheck
BugReports: https://github.com/Bioconductor/BiocCheck/issues
Depends:
R (>= 4.4.0)
Imports:
BiocBaseUtils,
BiocFileCache,
BiocManager,
biocViews,
callr,
cli,
codetools,
graph,
httr2,
knitr,
methods,
rvest,
stringdist,
tools,
utils
Suggests:
BiocStyle,
devtools,
gert,
jsonlite,
rmarkdown,
tinytest,
usethis
VignetteBuilder:
knitr
biocViews: Infrastructure
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2