This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
45 lines (45 loc) · 1.75 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
42
43
44
45
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.7
Authors@R: c(
person(family="Microsoft Corporation", role="cph"),
person("Hong", "Ooi", role="cre", email="[email protected]", comment = "maintainer from Jul 2019"),
person("Rich", "Calaway", role="aut", email="[email protected]", comment = "maintainer from Nov 2017 to Jul 2019"),
person("Andrie", "de Vries", role="aut", email="[email protected]", comment = "main author and maintainer until Oct 2017"),
person("Alan", "Weaver", role="aut", email="[email protected]", comment = "original author"),
person("Omkar", "Aradhya", role="aut", email="[email protected]", comment = "contributed ADLS code"),
person("Le", "Zhang", role="aut", email="[email protected]", comment = "contributed DSVM and rate card code"),
person("Brian", "Hoang", role="aut", email="[email protected]", comment = "contributed Azure Batch code"))
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,
mockery
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)