CRAN

Thinknum 1.3.0

Thinknum Data Connection

Released Jul 5, 2014 by Gregory Ugwi

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

Dependencies

RCurl RJSONIO 1.3-0

This package interacts directly with the Thinknum API to offer data in a number of formats usable in R

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>Thinknum</artifactId>
    <version>1.3.0-b40</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:Thinknum')

Source

R

View GitHub Mirror

Release History