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.
* dev: Rebuild documentation Minor refactoring Move helper functions to testthat Rename file Use message() instead of writeLines() Use markdown in roxygen #57 Add help for `marker` Ignore Visual Studio RTVS artefacts Ignore .Rproj Use markdown in roxygen #57
- Loading branch information
Showing
69 changed files
with
213 additions
and
201 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,4 +1,7 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.rxproj$ | ||
.rxproj.user$ | ||
.vs/* | ||
CONTRIBUTING.md | ||
README.md |
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,4 +1,4 @@ | ||
.Rproj.user | ||
*.Rproj.user | ||
.Rhistory | ||
.RData | ||
*.Rproj | ||
|
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) |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.