Package: AnVILBase
Title: Generic functions for interacting with the AnVIL ecosystem
Version: 1.5.1
Authors@R: c(
  person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",
    c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")),
  person("Martin", "Morgan", , , c("aut", "ctb"),
    c(ORCID = "0000-0002-5874-8148")),
  person("NIH NHGRI U24HG004059", role = "fnd")
  )
Description: Provides generic functions for interacting with the AnVIL
  ecosystem. Packages that use either GCP or Azure in AnVIL are built on top
  of AnVILBase. Extension packages will provide methods for interacting with
  other cloud providers.
License: Artistic-2.0
Depends: R (>= 4.5.0)
Imports:
  httr,
  httr2,
  dplyr,
  jsonlite,
  methods,
  tibble
Suggests:
  AnVIL,
  AnVILAz,
  AnVILGCP,
  BiocStyle,
  GCPtools,
  knitr,
  rmarkdown,
  testthat (>= 3.0.0),
  tinytest
biocViews: Software, Infrastructure 
URL: https://github.com/Bioconductor/AnVILBase
BugReports: https://github.com/Bioconductor/AnVILBase/issues
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Date: 2025-11-10
Config/testthat/edition: 3
Collate: 
    'AnVILBase-generics.R'
    'AnVILBase-methods.R'
    'AnVILBase-package.R'
    'Platform-class.R'
    'Response.R'
    'avnotebooks-generics.R'
    'avnotebooks-methods.R'
    'avtable-generics.R'
    'avtable-methods.R'
    'avworkflow-generics.R'
    'avworkflow-methods.R'
    'avworkspace-generics.R'
    'avworkspace-methods.R'
    'cloud_platform.R'
    'has_avworkspace-generics.R'
    'has_avworkspace-methods.R'
    'utilities.R'
git_url: https://git.bioconductor.org/packages/AnVILBase
git_branch: devel
git_last_commit: fb8f175
git_last_commit_date: 2025-11-10
Repository: Bioconductor 3.23
