CRAN

d3Network 0.5.2.1

Tools for creating D3 JavaScript network, tree, dendrogram, and Sankey graphs from R

Released Jan 31, 2015 by Christopher Gandrud

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

Dependencies

whisker 0.3-2 rjson plyr 1.8.4

This packages is intended to make it easy to create D3 JavaScript network, tree, dendrogram, and Sankey graphs from R using data frames. !!! NOTE: Active development has moved to the networkD3 package. !!!

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>d3Network</artifactId>
    <version>0.5.2.1-b310</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:d3Network')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.