biocBuildReport {BiocPkgTools}R Documentation

Tidy Bioconductor build report results

Description

The online Bioconoductor build reports are great for humans to look at, but they are not easily computable. This function simply scrapes HTML and text files available from the build report online pages to generate a tidy data frame version of the build report.

Usage

biocBuildReport(version = as.character(BiocManager::version()))

Arguments

version

character(1) the version number as used to access the online build report. For example, "3.6". The default is the "current version" as specified in BiocManager::version.

Value

a tbl_df object with columns pkg, version, author, commit, date, node, stage, and result.

Examples


latest_build = biocBuildReport()
head(latest_build)


[Package BiocPkgTools version 1.0.3 Index]