Package: AnVILAz
Title: R / Bioconductor Support for the AnVIL Azure Platform
Version: 1.1.0
Authors@R: 
    c(person(
        "Martin", "Morgan", role = c("aut", "ctb"),
        email = "mtmorgan.bioc@gmail.com",
        comment = c(ORCID = "0000-0002-5874-8148")
    ),
    person(
        "Marcel", "Ramos", role = c("aut", "cre"),
        email = "marcel.ramos@sph.cuny.edu",
        comment = c(ORCID = "0000-0002-3242-0582")
    ))
Description: The AnVIL is a cloud computing resource developed in part
    by the National Human Genome Research Institute. The AnVILAz
    package supports end-users and developers using the AnVIL platform
    in the Azure cloud. The package provides a programmatic interface
    to AnVIL resources, including workspaces, notebooks, tables, and
    workflows. The package also provides utilities for managing
    resources, including copying files to and from Azure Blob Storage,
    and creating shared access signatures (SAS) for secure access to
    Azure resources.
License: Artistic-2.0
Encoding: UTF-8
Imports:
    AnVILBase,
    BiocBaseUtils,
    curl,
    httr2,
    jsonlite,
    methods,
    rjsoncons,
    tibble,
    utils
biocViews: Software, Infrastructure, ThirdPartyClient
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests: 
    BiocStyle,
    dplyr,
    knitr,
    readr,
    rmarkdown,
    tinytest
SystemRequirements: az, azcopy
BugReports: https://github.com/Bioconductor/AnVILAz/issues
URL: https://github.com/Bioconductor/AnVILAz
VignetteBuilder: knitr
Date: 2024-08-22
Collate: 
    'AnVILAz-package.R'
    'authentication.R'
    'azure-class.R'
    'avnotebooks-methods.R'
    'avtable-methods.R'
    'avworkflow-methods.R'
    'avworkspace-methods.R'
    'az-utilities.R'
    'az_copy-helpers.R'
    'az_sas_token.R'
    'azure-methods.R'
    'has_avworkspace-methods.R'
    'resources.R'
    'utilities.R'
    'workspace-dev-ops.R'
    'workspace_env.R'
    'zzz.R'