AzureRMR/DESCRIPTION

31 строка
1.1 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'
Version: 2.3.2.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 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.
2019-06-01 19:06:34 +03:00
URL: https://github.com/Azure/AzureRMR https://github.com/Azure/AzureR
2019-05-22 15:26:28 +03:00
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:
AzureGraph (>= 1.0.4),
AzureAuth (>= 1.2.1),
2018-10-19 00:19:15 +03:00
utils,
parallel,
2018-04-30 14:09:03 +03:00
httr (>= 1.3),
jsonlite,
R6,
uuid
2018-10-19 00:19:15 +03:00
Suggests:
2018-10-29 10:08:06 +03:00
knitr,
testthat,
2019-10-23 17:35:04 +03:00
httpuv,
AzureStor
2020-02-04 21:12:01 +03:00
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
RoxygenNote: 7.1.0