biocBuildReport: Tidy Bioconductor build report results

Description Usage Arguments Value Examples

Description

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

Usage

1

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. Note that this is a character() variable, not a number.

Value

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

Examples

1
2
3
4
5
6
# Set the stage--what version of Bioc am 
# I using?
BiocManager::version()

latest_build = biocBuildReport()
head(latest_build)

Liubuntu/BiocPkgTools documentation built on July 8, 2019, 6:56 p.m.