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
| Maintainer | Lori Shepherd <lori.shepherd@roswellpark.org> |
| Author | Sean Davis [aut], Lori Shepherd [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>) |
| License | Apache License (>= 2) |
| URL | https://github.com/lshep/BiocBuildReporter.git |
| Bug Reports | https://github.com/lshep/BiocBuildReporter/issues |
| Downloads rank | 50 |
| Source branch | RELEASE_3_23 |
| biocViews | Infrastructure, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: arrow, dplyr, BiocFileCache
Suggests: BiocStyle, testthat (>= 3.0.0), knitr, rmarkdown, ggplot2, tidyr, stringr