View source: R/biocPkgRanges.R
biocPkgRanges | R Documentation |
Grab build report results from BUILD_STATUS_DB for a particular package range
biocPkgRanges(
start,
end,
condition = c("ERROR", "WARNINGS"),
phase = "buildsrc",
version = c("devel", "release")
)
start |
character(1) alphabetically first package name in range |
end |
character(1) alphabetically last package name in range |
condition |
character(1) condition string, typically 'ERROR' or 'WARNING' |
phase |
character(1) string for phase of event: 'install', 'checksrc', or 'buildsrc' (default) |
version |
character(1) string indication Bioconductor version, either 'devel' (default) or 'release' |
Vincent J. Carey
## Not run:
biocPkgRanges(
start = "a4", end = "CMA",
condition = "ERROR", version = "devel"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.