AzureStor/DESCRIPTION

28 строки
1008 B
Plaintext
Исходник Обычный вид История

2018-05-11 00:31:08 +03:00
Package: AzureStor
2018-11-12 22:49:36 +03:00
Title: Storage Management in 'Azure'
2018-10-23 19:38:57 +03:00
Version: 0.9.0
2018-05-11 00:31:08 +03:00
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
2018-11-12 23:44:40 +03:00
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 the storage itself: upload and download files and blobs; list containers and files/blobs; create blob containers and file shares; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS).
2018-11-12 22:49:36 +03:00
License: MIT + file LICENSE
URL: https://github.com/cloudyr/AzureStor
BugReports: https://github.com/cloudyr/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,
2018-05-13 03:27:37 +03:00
httr,
mime,
2018-05-13 03:27:37 +03:00
openssl,
xml2,
2018-05-11 00:31:08 +03:00
AzureRMR
2018-11-06 21:13:43 +03:00
Suggests:
2018-11-22 00:16:50 +03:00
knitr,
testthat
2018-05-17 04:25:40 +03:00
Roxygen: list(markdown=TRUE)
2018-10-20 15:43:36 +03:00
RoxygenNote: 6.1.0.9000