AzureRMR/DESCRIPTION

31 строка
1.2 KiB
Plaintext

Package: AzureRMR
Title: Interface to 'Azure Resource Manager'
Version: 1.0.0.9000
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Scott", "Holden", , role = "ctb", comment = "Advice on AAD authentication"),
person("Chris", "Stone", , role = "ctb", comment = "Advice on AAD authentication"),
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.
URL: https://github.com/cloudyr/AzureRMR
BugReports: https://github.com/cloudyr/AzureRMR/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends:
R (>= 3.3)
Imports:
AzureAuth,
utils,
httr (>= 1.3),
openssl,
jsonlite,
R6
Suggests:
knitr,
testthat,
httpuv
Roxygen: list(markdown=TRUE)
RoxygenNote: 6.1.0.9000
Remotes: cloudyr/AzureAuth