CRAN

directlabels 2018.05.22

Direct Labels for Multicolor Plots

Released May 25, 2018 by Toby Dylan Hocking

This package can be loaded by Renjin but 15 out 16 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

quadprog 1.5-5

An extensible framework for automatically placing direct labels onto multicolor 'lattice' or 'ggplot2' plots. Label positions are described using Positioning Methods which can be re-used across several different plots. There are heuristics for examining "trellis" and "ggplot" objects and inferring an appropriate Positioning Method.

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>directlabels</artifactId>
    <version>2018.05.22-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:directlabels')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.