View source: R/biocBuildStatusDB.R
biocBuildStatusDB | R Documentation |
This function downloads and parses the build status information for Bioconductor packages. The build status information is available for the current release and the previous release. Other versions may be available.
biocBuildStatusDB(
version = BiocManager::version(),
pkgType = c("software", "data-experiment", "data-annotation", "workflows")
)
version |
|
pkgType |
|
A data.frame
with the following columns:
pkg: The name of the package
node: The builder on which the package was built
stage: The stage of the build, e.g., 'install', 'buildsrc', 'checksrc', etc.
result: The status of the build, e.g., 'OK', 'ERROR', 'WARNINGS', etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.