Package: AnVILAz
Title: R / Bioconductor Support for the AnVIL Azure Platform
Version: 1.5.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
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.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: 2025-04-28
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: 2025-10-29 15:31:07 UTC
RemoteUrl: https://github.com/bioc/AnVILAz
RemoteRef: HEAD
RemoteSha: 600e7afe13ccad17ce8c03123ffa9cffcc2d6b0b
NeedsCompilation: no
Packaged: 2025-11-02 03:30:38 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; ; 2025-11-02 03:31:52 UTC; windows
