View source: R/biocBuildReportDB.R
biocBuildReportDB | R Documentation |
This function parses the Build Report tarball for a Bioconductor
release. By default it will pull all the report.tgz
files for each
Bioconductor package type. The Bioconductor Build System (BBS) Build Report
tarball contains build status information for all packages in a
Bioconductor release. This function is mainly used by biocBuildReport()
.
biocBuildReportDB(
version = BiocManager::version(),
pkgType = c("software", "data-experiment", "data-annotation", "workflows"),
stage.timings = FALSE
)
version |
|
pkgType |
|
stage.timings |
logical(1) Whether to include the start, end, and elapsed time for each build, check, install stage from each building in the result (default: FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.