зеркало из https://github.com/Azure/AzureRMR.git
32 строки
1.1 KiB
Plaintext
32 строки
1.1 KiB
Plaintext
Package: AzureRMR
|
|
Title: Interface to 'Azure Resource Manager'
|
|
Version: 2.4.4
|
|
Authors@R: c(
|
|
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
|
|
person("Microsoft", role="cph")
|
|
)
|
|
Description: A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages.
|
|
URL: https://github.com/Azure/AzureRMR https://github.com/Azure/AzureR
|
|
BugReports: https://github.com/Azure/AzureRMR/issues
|
|
License: MIT + file LICENSE
|
|
VignetteBuilder: knitr
|
|
Depends:
|
|
R (>= 3.3)
|
|
Imports:
|
|
AzureGraph (>= 1.2.0),
|
|
AzureAuth (>= 1.2.1),
|
|
utils,
|
|
parallel,
|
|
httr (>= 1.3),
|
|
jsonlite,
|
|
R6,
|
|
uuid
|
|
Suggests:
|
|
knitr,
|
|
rmarkdown,
|
|
testthat,
|
|
httpuv,
|
|
AzureStor
|
|
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
|
|
RoxygenNote: 7.2.1
|