R/biocBuildReportDB.R
biocBuildReportDB.Rd
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()
.
character(1)
The numeric version of Bioconductor to use,
e.g., "3.19". Keywords "release" and "devel" are also accepted.
character(1)
The type of packages for which to get build
status information for. Valid values are:
software
: Software packages
data-experiment
: Experiment data packages
data-annotation
: Annotation data packages
workflows
: Workflow packages
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)