Package: AnVILBilling Title: Provide functions to retrieve and report on usage expenses in NHGRI AnVIL (anvilproject.org). Date: 2020-09-30 Version: 1.23.0 Authors@R: c(person(given = "BJ", family = "Stubbs", role = c("aut"), email = "rebjh@channing.harvard.edu", ), person(given = "Vince", family = "Carey", role = c("aut", "cre"), email = "stvjc@channing.harvard.edu", )) Description: 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. License: Artistic-2.0 Encoding: UTF-8 LazyData: true Depends: R (>= 4.1) Imports: methods, DT, shiny, bigrquery, shinytoastr, DBI, magrittr, dplyr, lubridate, plotly, ggplot2 Suggests: testthat, knitr, BiocStyle, rmarkdown RoxygenNote: 7.1.1 VignetteBuilder: knitr biocViews: Infrastructure, Software BugReports: https://github.com/vjcitn/AnVILBilling/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:54:15 UTC RemoteUrl: https://github.com/bioc/AnVILBilling RemoteRef: HEAD RemoteSha: 19448de36e9344eee92c4baf1f4d430482a9f967 NeedsCompilation: no Packaged: 2026-07-04 19:14:34 UTC; root Author: BJ Stubbs [aut], Vince Carey [aut, cre] Maintainer: Vince Carey