Description Usage Arguments Value Examples
View source: R/biocBuildReport.R
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.
1 | biocBuildReport(version = BiocManager::version())
|
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 |
A tbl_df
object with columns pkg, version,
author, commit, date, node, stage, and result.
1 2 3 4 5 | # Set the stage--what version of Bioc am I using?
BiocManager::version()
latest_build <- biocBuildReport()
head(latest_build)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.