forked from microsoft/AzureSMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.16 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
32
33
34
35
36
37
38
39
40
41
Package: AzureSMR
Title: Manage and Interact with Azure Resources
Description: Helps users to manage Azure Services and objects from within an
R Session. This includes Azure Storage (e.g. containers and blobs), Virtual
Machines and HDInsight (Spark, Hive). To use the package, you must configure an
Azure Active Directory application and service principal in the Azure portal.
Type: Package
Version: 0.2.6
Date: 2017-06-16
Authors@R: c(
person(family="Microsoft Corporation", role="cph"),
person("Alan", "Weaver", role=c("aut"), email="[email protected]"),
person("Andrie", "de Vries", role=c("aut", "cre"), email="[email protected]")
)
Copyright: Microsoft
License: MIT + file LICENSE
URL: https://github.com/Microsoft/AzureSMR
BugReports: https://github.com/Microsoft/AzureSMR/issues
NeedsCompilation: no
Imports:
assertthat,
httr,
jsonlite,
XML,
base64enc,
digest,
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.5),
DT,
lubridate
Depends:
R(>= 3.0.0)
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)