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
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>
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.
- addPanel-examples
- align.time-examples
- apply.monthly-examples
- as.environment-examples
- axTicksByTime-examples
- coredata.xts-examples
- diff-examples
- dimnames.xts-examples
- doRUnit
- endpoints-examples
- first-examples
- firstof-examples
- indexClass-examples
- indexTZ-examples
- isOrdered-examples
- make.index.unique-examples
- merge-examples
- na.locf.xts-examples
- parseISO8601-examples
- period.apply-examples
- period.max-examples
- period.min-examples
- period.prod-examples
- period.sum-examples
- periodicity-examples
- rbind.xts-examples
- sample.data-examples
- split-examples
- subset.xts-examples
- timeBased-examples
- timeBasedSeq-examples
- to.period-examples
- window.xts-examples
- xts-examples
- xtsAttributes-examples