Package: AzureStor
Title: Storage Management in 'Azure'
Version: 3.7.1
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: Manage storage in Microsoft's 'Azure' cloud:
.
On the admin side, 'AzureStor' includes features to create,
modify and delete storage accounts. On the client side, it
includes an interface to blob storage, file storage, and 'Azure
Data Lake Storage Gen2': upload and download files and blobs;
list containers and files/blobs; create containers; and so on.
Authenticated access to storage is supported, via either a
shared access key or a shared access signature (SAS). Part of
the 'AzureR' family of packages.
License: MIT + file LICENSE
URL: https://github.com/Azure/AzureStor https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureStor/issues
VignetteBuilder: knitr
Depends: R (>= 3.3),
Imports: utils, R6, httr (>= 1.4.0), mime, openssl, xml2, vctrs,
AzureRMR (>= 2.3.0)
Suggests: AzureAuth, readr, knitr, rmarkdown, jsonlite, testthat,
processx, uuid
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
RoxygenNote: 7.3.2
Config/pak/sysreqs: libxml2-dev libssl-dev
Repository: https://azure.r-universe.dev
Date/Publication: 2025-08-25 09:21:07 UTC
RemoteUrl: https://github.com/azure/azurestor
RemoteRef: HEAD
RemoteSha: 1cbbeeec891783e874e62aa16d13d42806e8b6cd
NeedsCompilation: no
Packaged: 2026-06-08 07:40:23 UTC; root
Author: Hong Ooi [aut, cre],
Microsoft [cph]
Maintainer: Hong Ooi