2018-05-11 00:31:08 +03:00
|
|
|
Package: AzureStor
|
|
|
|
Title: Azure Storage management
|
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")
|
|
|
|
)
|
|
|
|
Description: A package for managing virtual machines in Azure.
|
|
|
|
License: file LICENSE
|
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,
|
2018-10-13 14:46:30 +03:00
|
|
|
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:
|
|
|
|
knitr
|
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
|
|
|
|
Remotes:
|
|
|
|
cloudyr/AzureRMR
|