AzureRMR/DESCRIPTION

20 строки
712 B
Plaintext
Исходник Обычный вид История

2018-05-09 05:54:40 +03:00
Package: AzureRMR
Title: Base functionality for Azure RMR: authenticate, get subscriptions, get resource groups
2018-10-18 23:30:49 +03:00
Version: 0.9
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 package for managing a selection of Azure resources, using the Azure Service Manager API. The package exposes functions to manage subscriptions and resource groups. Managing other types of resources is handled via add-on packages that call AzureSMRbase.
License: file LICENSE
2018-05-16 04:20:15 +03:00
VignetteBuilder: knitr
2018-04-30 14:09:03 +03:00
Encoding: UTF-8
Depends:
R (>= 3.3)
Imports:
httr (>= 1.3),
jsonlite,
R6
2018-05-16 04:20:15 +03:00
Roxygen: list(markdown=TRUE)
2018-04-30 14:09:03 +03:00
RoxygenNote: 6.0.1