CRAN

ggseas 0.5.4

'stats' for Seasonal Adjustment on the Fly with 'ggplot2'

Released Jun 12, 2018 by Peter Ellis

This package is available for Renjin and there are no known compatibility issues.

Dependencies

seasonal 1.6.1 rlang 0.2.2 ggplot2 3.0.0 zoo 1.8-3

Provides 'ggplot2' 'stats' that estimate seasonally adjusted series and rolling summaries such as rolling average on the fly for time series.

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>ggseas</artifactId>
    <version>0.5.4-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:ggseas')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.