CRAN

ggbuildr 0.1.0

Save Incremental Builds of Plots

Released Feb 5, 2018 by Jongbin Jung

This package can be loaded by Renjin but 1 out 5 tests failed.

Dependencies

ggplot2 2.2.1 readr 1.1.1 purrr 0.2.4

Saves a 'ggplot' object into multiple files, each with a layer added incrementally. Generally to be used in presentation slides. Flexible enough to allow different file types for the final complete plot, and intermediate builds.

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>ggbuildr</artifactId>
    <version>0.1.0-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:ggbuildr')

Test Results

This package was last tested against Renjin 0.9.2594 on Feb 7, 2018.

Source

R

View GitHub Mirror

Release History