37 строки
1.1 KiB
Plaintext
37 строки
1.1 KiB
Plaintext
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.4
|
|
Date: 2017-05-29
|
|
Authors@R: c(
|
|
person(family="Microsoft Corporation", role="cph"),
|
|
person("Alan", "Weaver", role=c("aut", "cre"), email="alanwe@microsoft.com"),
|
|
person("Andrie", "de Vries", role=c("aut"), email="adevries@microsoft.com")
|
|
)
|
|
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
|
|
Depends:
|
|
R(>= 3.0.0)
|
|
Suggests:
|
|
knitr,
|
|
rmarkdown,
|
|
testthat
|
|
VignetteBuilder: knitr
|
|
LazyData: TRUE
|
|
RoxygenNote: 6.0.1
|
|
Roxygen: list(markdown = TRUE)
|