CRAN

timekit 0.3.1

A Collection of Tools for Working with Time Series in R

Released Jun 28, 2017 by Matt Dancho

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

Dependencies

tibble 1.3.4 forecast 8.2 padr 0.4.0 devtools 1.13.4 stringi dplyr 0.7.4 tidyr 0.7.2 zoo 1.8-0 purrr 0.2.4 lubridate 1.7.1 xts 0.10-1 lazyeval 0.2.1 readr 1.1.1

Get the time series index, signature, and summary from time series objects and time-based tibbles. Create future time series based on properties of existing time series index. Coerce between time-based tibbles ('tbl') and 'xts', 'zoo', and 'ts'.

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>timekit</artifactId>
    <version>0.3.1-b12</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:timekit')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.

Source

R

View GitHub Mirror

Release History