CRAN

tbl2xts 0.1.2

Convert Tibbles or Data Frames to Xts Easily

Released Aug 2, 2017 by Nico Katzke

This package can be loaded by Renjin but all tests failed.

Dependencies

lazyeval 0.2.1 xts 0.10-2 zoo 1.8-1 PerformanceAnalytics 1.5.2 dplyr 0.7.4

Facilitate the movement between data frames to 'xts'. Particularly useful when moving from 'tidyverse' to the widely used 'xts' package, which is the input format of choice to various other packages. It also allows the user to use a 'spread_by' argument for a character column 'xts' conversion.

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>tbl2xts</artifactId>
    <version>0.1.2-b16</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:tbl2xts')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History