-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
31 lines (31 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: AzureRMR
Title: Interface to 'Azure Resource Manager'
Version: 2.4.4
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.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.
URL: https://github.com/Azure/AzureRMR https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureRMR/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends:
R (>= 3.3)
Imports:
AzureGraph (>= 1.2.0),
AzureAuth (>= 1.2.1),
utils,
parallel,
httr (>= 1.3),
jsonlite,
R6,
uuid
Suggests:
knitr,
rmarkdown,
testthat,
httpuv,
AzureStor
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
RoxygenNote: 7.2.1