CRAN

xts 0.11-2

eXtensible Time Series

Released Nov 5, 2018 by Joshua M. Ulrich

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

Dependencies

zoo 1.8-3

Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.

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>xts</artifactId>
    <version>0.11-2-b1</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:xts')

Test Results

This package was last tested against Renjin 0.9.2706 on Nov 7, 2018.