CRAN

tolBasis 1.0

Fundamental Definitions and Utilities of the Time Oriented Language (TOL)

Released Nov 5, 2015 by Pedro Gea

This package can be loaded by Renjin but 17 out 35 tests failed.

Dependencies

lubridate 1.3.3 polynom 1.3-8

Imports the fundamental definitions and utilities of the Time Oriented Language (TOL), focused on time series analysis and stochastic processes, and provides the basis for the integration of TOL in R. See for more information about the TOL project.

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>tolBasis</artifactId>
    <version>1.0-b21</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:tolBasis')

Test Results

This package was last tested against Renjin 0.8.2442 on Sep 25, 2017.

Source

R

View GitHub Mirror

Release History