This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
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
48 changed files
with
1,024 additions
and
466 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Readme.* |
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,9 +1,11 @@ | ||
Package: AzureML | ||
Type: Package | ||
Title: Interface with Azure Machine Learning datasets and web services | ||
Description: Functions and datasets to support Azure Machine Learning. This allows you to interact with datasets, as well as publish and consume R functions as API services. | ||
Version: 0.2.5 | ||
Date: 2015-12-08 | ||
Description: Functions and datasets to support Azure Machine Learning. This | ||
allows you to interact with datasets, as well as publish and consume R functions | ||
as API services. | ||
Version: 0.2.6 | ||
Date: 2015-12-18 | ||
Authors@R: c( | ||
person("Raymond", "Laghaeian", role=c("aut", "cre"), email="[email protected]"), | ||
person(family="Microsoft Corporation", role="cph"), | ||
|
@@ -15,17 +17,20 @@ URL: https://github.com/RevolutionAnalytics/AzureML | |
BugReports: https://github.com/RevolutionAnalytics/AzureML/issues | ||
LazyData: TRUE | ||
VignetteBuilder: knitr | ||
SystemRequirements: Requires external zip utility, available in path. On windows, it's sufficient to install RTools. | ||
SystemRequirements: Requires external zip utility, available in path. On | ||
windows, it's sufficient to install RTools. | ||
Imports: | ||
jsonlite(>= 0.9.16), | ||
curl(>= 0.8), | ||
jsonlite(>= 0.9.16), | ||
curl(>= 0.8), | ||
foreign, | ||
codetools, | ||
base64enc, | ||
miniCRAN, | ||
uuid | ||
Suggests: | ||
testthat, | ||
knitr, | ||
testthat, | ||
knitr, | ||
lme4, | ||
gbm | ||
gbm, | ||
MASS | ||
RoxygenNote: 5.0.1 |
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.