Package: ggdendro
Authors@R: c(person("Andrie", "de Vries", role=c("aut", "cre"),
    email="apdevries@gmail.com"), person(c("Brian", "D."), "Ripley", role =
    c("aut"), comment = "author of package tree"))
License: GPL-2 | GPL-3
Title: Tools for extracting dendrogram and tree diagram plot data for
        use with ggplot2
LazyData: true
LazyLoad: true
Description: This is a set of tools for dendrograms and
    tree plots using ggplot2.  The ggplot2 philosophy is to
    clearly separate data from the presentation.
    Unfortunately the plot method for dendrograms plots
    directly to a plot device without exposing the data.
    The ggdendro package resolves this by making available
    functions that extract the dendrogram plot data.
Version: 0.1-15
URL: https://github.com/andrie/ggdendro
BugReports: https://github.com/andrie/ggdendro/issues
Date: 2014-09-29
Imports: MASS, ggplot2(>= 0.9.2)
Suggests: rpart(>= 4.0-0), tree, testthat, knitr
VignetteBuilder: knitr
Packaged: 2014-09-29 13:03:08 UTC; Andrie de Vries
Author: Andrie de Vries [aut, cre],
  Brian D. Ripley [aut] (author of package tree)
Maintainer: Andrie de Vries <apdevries@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-09-29 15:20:54
