зеркало из https://github.com/Azure/AzureRMR.git
29 строки
1.1 KiB
Plaintext
29 строки
1.1 KiB
Plaintext
Package: AzureRMR
|
|
Title: Interface to 'Azure Resource Manager'
|
|
Version: 2.1.2
|
|
Authors@R: c(
|
|
person("Hong", "Ooi", , "hongooi@microsoft.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 classes and methods for 'OAuth' authentication and working with subscriptions and resource groups. It also provides functionality for creating and deleting 'Azure' resources and deploying 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:
|
|
AzureAuth,
|
|
utils,
|
|
httr (>= 1.3),
|
|
jsonlite,
|
|
R6,
|
|
uuid
|
|
Suggests:
|
|
AzureGraph,
|
|
knitr,
|
|
testthat,
|
|
httpuv
|
|
Roxygen: list(markdown=TRUE)
|
|
RoxygenNote: 6.1.1
|