AzureRMR/DESCRIPTION

25 строки
1006 B
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'
2018-12-10 05:51:52 +03:00
Version: 1.0.0.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.
2018-11-12 20:36:31 +03:00
URL: https://github.com/cloudyr/AzureRMR
BugReports: https://github.com/cloudyr/AzureRMR/issues
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:
2018-10-19 00:19:15 +03:00
utils,
2018-04-30 14:09:03 +03:00
httr (>= 1.3),
jsonlite,
R6
2018-10-19 00:19:15 +03:00
Suggests:
2018-10-29 10:08:06 +03:00
knitr,
2018-10-23 19:16:47 +03:00
testthat
2018-05-16 04:20:15 +03:00
Roxygen: list(markdown=TRUE)
2018-10-20 19:59:16 +03:00
RoxygenNote: 6.1.0.9000