AzureRMR/DESCRIPTION

29 строки
1.0 KiB
Plaintext
Исходник Обычный вид История

2018-05-09 05:54:40 +03:00
Package: AzureRMR
2018-11-12 20:36:31 +03:00
Title: Interface to 'Azure Resource Manager'
2019-05-21 05:28:13 +03:00
Version: 2.1.1.9000
2018-04-30 14:09:03 +03:00
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.
2019-05-22 15:26:28 +03:00
URL: https://github.com/Azure/AzureRMR
BugReports: https://github.com/Azure/AzureRMR/issues
2018-11-12 20:36:31 +03:00
License: MIT + file LICENSE
2018-10-29 10:08:06 +03:00
VignetteBuilder: knitr
2018-04-30 14:09:03 +03:00
Depends:
R (>= 3.3)
Imports:
2019-02-06 12:14:28 +03:00
AzureAuth,
2018-10-19 00:19:15 +03:00
utils,
2018-04-30 14:09:03 +03:00
httr (>= 1.3),
jsonlite,
R6,
uuid
2018-10-19 00:19:15 +03:00
Suggests:
2019-04-01 13:09:24 +03:00
AzureGraph,
2018-10-29 10:08:06 +03:00
knitr,
testthat,
httpuv
2018-05-16 04:20:15 +03:00
Roxygen: list(markdown=TRUE)
RoxygenNote: 6.1.1