Bioc2026 Registration Open!

BiocBuildReporter

Functions to process a bioconductor build report database

Bioconductor version: 3.23 · Package version: 1.0.1

This package reads remote parquet files that have processed Bioconductor build report logs. Users may query the tables directly for specific information or use pre-defined helper functions for common queries. The logs processed are from https://bioconductor.org/checkResults/. In the future we will extend this package out to include processing of r-universe logs.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("BiocBuildReporter")

Details

MaintainerLori Shepherd <lori.shepherd@roswellpark.org>
AuthorSean Davis [aut], Lori Shepherd [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>)
LicenseApache License (>= 2)
URLhttps://github.com/lshep/BiocBuildReporter.git
Bug Reportshttps://github.com/lshep/BiocBuildReporter/issues
Downloads rank50
Source branchRELEASE_3_23
biocViewsInfrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: arrow, dplyr, BiocFileCache

Suggests: BiocStyle, testthat (>= 3.0.0), knitr, rmarkdown, ggplot2, tidyr, stringr