CRAN

matchbook 1.0.7

Wrapper for the 'Matchbook' API

Released Oct 5, 2017 by Niall Fitzgerald

This package can be loaded by Renjin but no tests could be found for the package.

Provides a wrapper for the some basic functionality around the 'Matchbook' REST API. It features calls to get events, markets and runners in data frame format. It features functions for bet placement and position management and also allows reporting of settled bet transactions. Note: this package uses the back-lay format. The default for odds type, currency and language are set according to those of the registered user account.

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>matchbook</artifactId>
    <version>1.0.7-b10</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:matchbook')

Source

R

View GitHub Mirror

Release History