AzureStor/DESCRIPTION

35 строки
1.3 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2018-05-11 00:31:08 +03:00
Package: AzureStor
2018-11-12 22:49:36 +03:00
Title: Storage Management in 'Azure'
2022-10-29 07:28:19 +03:00
Version: 3.7.0.9000
2018-05-11 00:31:08 +03:00
Authors@R: c(
2020-10-11 05:21:21 +03:00
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
2018-05-11 00:31:08 +03:00
person("Microsoft", role="cph")
)
2021-10-30 09:47:29 +03:00
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.
2018-11-12 22:49:36 +03:00
License: MIT + file LICENSE
2019-08-04 20:32:36 +03:00
URL: https://github.com/Azure/AzureStor https://github.com/Azure/AzureR
2019-05-23 02:08:09 +03:00
BugReports: https://github.com/Azure/AzureStor/issues
2018-11-06 21:13:43 +03:00
VignetteBuilder: knitr
2018-05-11 00:31:08 +03:00
Depends:
R (>= 3.3),
Imports:
2018-10-19 02:33:47 +03:00
utils,
2018-05-11 00:31:08 +03:00
R6,
2020-08-05 18:04:47 +03:00
httr (>= 1.4.0),
mime,
2018-05-13 03:27:37 +03:00
openssl,
xml2,
vctrs,
2019-11-01 19:46:22 +03:00
AzureRMR (>= 2.3.0)
2018-11-06 21:13:43 +03:00
Suggests:
2021-03-08 11:57:10 +03:00
AzureAuth,
readr,
2018-11-22 00:16:50 +03:00
knitr,
rmarkdown,
2019-02-15 13:58:21 +03:00
jsonlite,
testthat,
2021-02-14 12:47:42 +03:00
processx,
uuid
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
2020-07-01 13:10:46 +03:00
RoxygenNote: 7.1.1