forked from RevolutionAnalytics/AzureML
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.2 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
Package: AzureML
Type: Package
Title: Interface with Azure Machine Learning Datasets, Experiments 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.14
Date: 2017-10-21
Authors@R: c(
person("Rich", "Calaway", role=c("cre"), email="[email protected]"),
person("Andrie", "de Vries", role=c("aut"), email="[email protected]"),
person(family="Microsoft Corporation", role="cph"),
person(family="Revolution Analytics", role="cph", comment="Code adapted from the foreach package")
)
Copyright: COPYRIGHTS
License: MIT + file LICENSE
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.
Imports:
jsonlite(>= 0.9.16),
curl(>= 0.8),
foreign,
codetools,
base64enc,
miniCRAN,
uuid
Suggests:
testthat,
knitr,
rmarkdown,
lme4,
gbm,
MASS,
mockery
RoxygenNote: 6.0.1