CRAN

D3partitionR 0.5.0

Interactive Charts of Nested and Hierarchical Data with 'D3.js'

Released Oct 7, 2017 by Antoine Guillot

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

Dependencies

magrittr 1.5 data.table 1.10.4-3 titanic 0.1.0 functional 0.6 htmlwidgets 1.0 RColorBrewer 1.1-2

Builds interactive 'd3.js' hierarchical visualisation easily. D3partitionR makes it easy to build and customize sunburst, circle treemap, treemap, partition chart, ...

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>D3partitionR</artifactId>
    <version>0.5.0-b10</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:D3partitionR')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History