CRAN

AzureML 0.2.14

Interface with Azure Machine Learning Datasets, Experiments and Web Services

Released Oct 23, 2017 by Rich Calaway

This package is available for Renjin and there are no known compatibility issues.

Dependencies

miniCRAN 0.2.10 codetools 0.2-15 curl foreign 0.8-69 jsonlite 1.5 base64enc 0.1-3 uuid 0.1-2

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.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>AzureML</artifactId>
    <version>0.2.14-b5</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:AzureML')

Test Results

This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.

Source

R

View GitHub Mirror

Release History