CRAN

dendextendRcpp 0.5.1

Faster dendrogram manipulation using Rcpp

Released Mar 16, 2014 by Tal Galili

This package can be loaded by Renjin but 2 out 3 tests failed.

Dependencies

Rcpp dendextend 0.14.2

This package offers faster manipulation of dendrogram objects in R. A dendrogram object in R is a list structure with attributes in its nodes and leaves. Working with dendrogram objects often require a function to recursively go through all (or most) element in the list object. Naturally, such function are rather slow in R, but can become much faster thanks to Rcpp.

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>dendextendRcpp</artifactId>
    <version>0.5.1-b359</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:dendextendRcpp')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 28, 2017.

Source

R
C
C++

View GitHub Mirror

Release History