Package index
-
.bbs_cache - Custom Environment to store downloaded parquet tibbles.
-
current_report_tgz_links() - Get links for all current report.tgz
-
example_report_tgz() - An example report.tgz file for testing
-
get_all_bbs_tables() - Retrieve all available Bioconductor build system parquet files
-
get_bbs_table() - Retrieve a remotely read parquet file of Bioconductor build data
-
get_build_report() - Get a report for any given day from the Bioconductor Build System
-
get_build_summary_table() - Extract build_summary table from an extracted report tarball
-
get_failing_packages() - Get list of failing packages for the most recent build
-
get_info_table() - Extract info table from an extracted report tarball
-
get_latest_branches() - Get currently active Bioconductor git branches
-
get_package_build_results() - Get the most recent build result data for a given package on a given branch
-
get_package_release_info() - Get git information for a given package across all Bioconductor releases
-
get_propagation_status_table() - Extract propagation status table from an extracted report tarball
-
last_modified_date() - Get the last_modified_date for a Bioconductor URL
-
localize_all_new_reports() - Localize any new reports to a local directory
-
localize_report_tgz() - Localize a report.tgz file to a local directory
-
package_error_count() - Get a count of how many time a package failed on the Bioconductor Build System
-
package_failures_over_time() - Get rough timeline overview of package failing events
-
process_all_new_reports() - Get and process all new build reports
-
report_last_mod_db() - read a little file-based database of last-modified dates for reports
-
reports_last_mod_table() - Get the last_modified_date for all current report.tgz
-
tables_from_report_dir() - Create tables for a report directory
-
untar_report_tgz() - Untar a report.tgz file and return a simple `report_dir` object
-
write_tables_to_files() - Write tables to files based on md5 naming