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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
Package: AzureSMR | ||
Title: Package for Interacting with Azure Services Manager | ||
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). | ||
Requires that an Active Directory application and service principal has been configured | ||
to access 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). Requires that an Active Directory | ||
application and service principal has been configured to access Azure resources. | ||
Type: Package | ||
Version: 0.2.2 | ||
Date: 2016-12-22 | ||
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]") | ||
person("Alan", "Weaver", role=c("aut", "cre"), email="[email protected]"), | ||
person("Andrie", "de Vries", role=c("aut"), 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: | ||
httr, | ||
jsonlite, | ||
httr, | ||
jsonlite, | ||
XML, | ||
plyr, | ||
base64enc, | ||
plyr, | ||
base64enc, | ||
digest | ||
Depends: | ||
R(>= 3.0.0) | ||
Suggests: | ||
knitr, | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
testthat | ||
VignetteBuilder: knitr | ||
LazyData: TRUE | ||
RoxygenNote: 6.0.0 | ||
RoxygenNote: 6.0.1 | ||
Roxygen: list(markdown = TRUE) |