Package: dendextend
Type: Package
Title: Extending R's dendrogram functionality
Version: 0.17.1
Date: 2014-08-19
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
    "tal.galili@gmail.com", comment = "http://www.r-statistics.com"),
    person("Gavin", "Simpson", role = "ctb"), person("Gregory","Jefferis", role
    = "ctb", email = "jefferis@gmail.com",
    comment ="imported code from his dendroextras package"),
    person("Marco", "Gallotta", role = "ctb", comment =
    "a.k.a: marcog") , person("Johan", "Renaudie", role = "ctb", comment =
    "https://github.com/plannapus"), person("R core team", role = "ctb",
    comment = "Thanks for the Infastructure, and code in the examples"),
    person("Kurt", "Hornik", role = "ctb"), person("Uwe", "Ligges",
    role = "ctb"), person("Andrej-Nikolai", "Spiess", role = "ctb"),
    person("Steve", "Horvath",email = "SHorvath@mednet.ucla.edu", role =
    "ctb"), person("Peter", "Langfelder",email = "Peter.Langfelder@gmail.com",
    role = "ctb"), person("skullkey", role = "ctb"), person("Mark",
    "Van Der Loo", email = "mark.vanderloo@gmail.com", comment =
    "https://github.com/markvanderloo d3dendrogram", role = "ctb"),
    person("Yoav", "Benjamini", role = "ths"))
Description: The dendextend package offers a set of functions for extending
    dendrogram objects in R, letting you visualize and compare trees of
    hierarchical clusterings. You can (1) Adjust a trees graphical parameters
    - the color, size, type, etc of its branches, nodes and labels. (2)
    Visually and statistically compare different dendrograms to one another.
Depends: R (>= 3.0.0)
Imports: utils, stats, magrittr (>= 1.0.1), whisker
Suggests: dendextendRcpp (>= 0.5.0), knitr, testthat, colorspace, plyr,
        profdpm, microbenchmark, gplots, DendSer, dynamicTreeCut,
        pvclust
Enhances: ggdendro, labeltodendro,dendroextras, ape
VignetteBuilder: knitr
License: GPL-2 | GPL-3
URL: https://github.com/talgalili/dendextend/,
        http://cran.r-project.org/web/packages/dendextend/,
        http://www.r-statistics.com/tag/dendextend/
BugReports: https://github.com/talgalili/dendextend/issues
Packaged: 2014-08-19 18:54:32 UTC; Tal
Author: Tal Galili [aut, cre, cph] (http://www.r-statistics.com),
  Gavin Simpson [ctb],
  Gregory Jefferis [ctb] (imported code from his dendroextras package),
  Marco Gallotta [ctb] (a.k.a: marcog),
  Johan Renaudie [ctb] (https://github.com/plannapus),
  R core team [ctb] (Thanks for the Infastructure, and code in the
    examples),
  Kurt Hornik [ctb],
  Uwe Ligges [ctb],
  Andrej-Nikolai Spiess [ctb],
  Steve Horvath [ctb],
  Peter Langfelder [ctb],
  skullkey [ctb],
  Mark Van Der Loo [ctb] (https://github.com/markvanderloo d3dendrogram),
  Yoav Benjamini [ths]
Maintainer: Tal Galili <tal.galili@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-19 22:34:00
