Package: dendextendRcpp
Type: Package
Title: Faster dendrogram manipulation using Rcpp
Version: 0.5.0
Date: 2014-03-15
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
    "tal.galili@gmail.com", comment = "http://www.r-statistics.com"),
    person("Romain", "Francois", role = "ctb"), person("Dirk", "Eddelbuettel",
    role = "ctb"), person("Kevin", "Ushey", role = "ctb"),
    person("Yoav", "Benjamini", role = "ths"))
Description: 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.
License: GPL-2 | GPL-3
URL: https://github.com/talgalili/dendextendRcpp/
Depends: R (>= 3.0.0), Rcpp (>= 0.11.0), dendextend (>= 0.14.0)
Suggests: testthat, microbenchmark
LinkingTo: Rcpp
Packaged: 2014-03-15 15:01:20 UTC; Tal
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@gmail.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-03-16 00:09:54
