AzureStor/DESCRIPTION

35 строки
1.3 KiB
Plaintext

Package: AzureStor
Title: Storage Management in 'Azure'
Version: 3.7.0.9000
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: <https://azure.microsoft.com/en-us/product-categories/storage/>. 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.1.1