CRAN

ggplot2 3.2.0

Create Elegant Data Visualisations Using the Grammar of Graphics

Released Jun 16, 2019 by Hadley Wickham

This package can be loaded by Renjin but 21 out 118 tests failed.

Dependencies

withr 2.1.2 lazyeval 0.2.2 reshape2 1.4.3 MASS 7.3-51.4 rlang 0.4.0 viridisLite 0.3.0 mgcv 1.8-28 tibble 2.1.3 scales 1.0.0 digest 0.6.19 gtable 0.3.0

A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

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>ggplot2</artifactId>
    <version>3.2.0-b8</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:ggplot2')

Test Results

This package was last tested against Renjin 3.5-beta43 on Jul 11, 2019.