forked from Bioconductor/BiocCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.34 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
Package: BiocCheck
Version: 1.35.15
Title: Bioconductor-specific package checks
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.
Authors@R: c(
person("Bioconductor", "Package Maintainer",
email="[email protected]",
role="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"))
Depends: R (>= 4.2.0)
License: Artistic-2.0
VignetteBuilder: knitr
Imports:
BiocFileCache,
BiocManager,
biocViews (>= 1.33.7),
codetools,
graph,
httr,
knitr,
methods,
stringdist,
tools,
utils
Suggests: RUnit, BiocGenerics, Biobase, jsonlite, rmarkdown, downloader,
devtools (>= 1.4.1), usethis, BiocStyle, callr
Enhances: codetoolsBioC
biocViews: Infrastructure
URL: https://github.com/Bioconductor/BiocCheck
BugReports: https://github.com/Bioconductor/BiocCheck/issues
RoxygenNote: 7.2.3
Encoding: UTF-8