Bioc2026 Registration Open!

AnVILBilling

Provide functions to retrieve and report on usage expenses in NHGRI AnVIL (anvilproject.org).

Bioconductor version: 3.23 · Package version: 1.22.0

AnVILBilling helps monitor AnVIL-related costs in R, using queries to a BigQuery table to which costs are exported daily. Functions are defined to help categorize tasks and associated expenditures, and to visualize and explore expense profiles over time. This package will be expanded to help users estimate costs for specific task sets.

Installation

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

BiocManager::install("AnVILBilling")

Details

MaintainerVince Carey <stvjc@channing.harvard.edu>
AuthorBJ Stubbs [aut], Vince Carey [aut, cre]
LicenseArtistic-2.0
Bug Reportshttps://github.com/vjcitn/AnVILBilling/issues
Downloads rank209
Source branchRELEASE_3_23
biocViewsInfrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 4.1)

Imports: methods, DT, shiny, bigrquery, shinytoastr, DBI, magrittr, dplyr, lubridate, plotly, ggplot2

Suggests: testthat, knitr, BiocStyle, rmarkdown