Package: AnVILAz
Title: R / Bioconductor Support for the AnVIL Azure Platform
Version: 1.5.1
Date: 2026-04-03
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
Depends: R (>= 4.4.0)
Imports: AnVILBase, BiocBaseUtils, curl, httr2, jsonlite, methods,
        rjsoncons, tibble, utils
biocViews: Software, Infrastructure, ThirdPartyClient
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
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
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'
Config/pak/sysreqs: libssl-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-04-03 19:54:59 UTC
RemoteUrl: https://github.com/bioc/AnVILAz
RemoteRef: HEAD
RemoteSha: 07f81c6c63f48c4c79b59011940ae8713332b975
NeedsCompilation: no
Packaged: 2026-04-04 06:00:36 UTC; root
Author: Martin Morgan [aut, ctb] (ORCID:
    <https://orcid.org/0000-0002-5874-8148>),
  Marcel Ramos [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3242-0582>)
Maintainer: Marcel Ramos <marcel.ramos@sph.cuny.edu>
Built: R 4.6.0; ; 2026-04-04 06:02:37 UTC; windows
