biocBuildReportDB: Parse the Build Report tarball for a Bioconductor release

View source: R/biocBuildReportDB.R

biocBuildReportDBR Documentation

Parse the Build Report tarball for a Bioconductor release

Description

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().

Usage

biocBuildReportDB(
  version = BiocManager::version(),
  pkgType = c("software", "data-experiment", "data-annotation", "workflows"),
  stage.timings = FALSE
)

Arguments

version

character(1) The numeric version of Bioconductor to use, e.g., "3.19". Keywords "release" and "devel" are also accepted.

pkgType

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

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)


seandavi/BiocPkgTools documentation built on Feb. 2, 2024, 12:02 p.m.