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.
Version: | 0.5.1 |
Depends: | R (≥ 3.0.0), Rcpp (≥ 0.11.0), dendextend (≥ 0.14.0) |
LinkingTo: | Rcpp |
Suggests: | testthat, microbenchmark |
Published: | 2014-03-16 |
Author: | Tal Galili [aut, cre, cph] (http://www.r-statistics.com), Romain Francois [ctb], Dirk Eddelbuettel [ctb], Kevin Ushey [ctb], Yoav Benjamini [ths] |
Maintainer: | Tal Galili <tal.galili at gmail.com> |
License: | GPL-2 | GPL-3 |
URL: | https://github.com/talgalili/dendextendRcpp/ |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | dendextendRcpp results |
Reference manual: | dendextendRcpp.pdf |
Package source: | dendextendRcpp_0.5.1.tar.gz |
Windows binaries: | r-devel: dendextendRcpp_0.5.1.zip, r-release: dendextendRcpp_0.5.1.zip, r-oldrel: dendextendRcpp_0.5.1.zip |
OS X Snow Leopard binaries: | r-release: dendextendRcpp_0.5.1.tgz, r-oldrel: dendextendRcpp_0.5.1.tgz |
OS X Mavericks binaries: | r-release: dendextendRcpp_0.5.1.tgz |
Old sources: | dendextendRcpp archive |
Reverse suggests: | dendextend |