Package: data.tree
Type: Package
Title: General Purpose Hierarchical Data Structure
Version: 0.7.5
Date: 2018-03-06
Authors@R: c(
      person(
        "Facundo", "Munoz",
        role = c("ctb"),
        comment = "improve list conversion"
      ),
      person(
        "Markus", "Wamser"
        , role = c("ctb")
        , comment = "fixed some typos"
      ),
      person(
        "Pierre", "Formont"
        , role = c("ctb")
        , comment = "additional features"
      ),
      person(
        "Kent", "Russel"
        , role = c("ctb")
        , comment = "documentation"
      ),
      person(
        "Noam", "Ross"
        , role = c("ctb")
        , comment = "fixes"
      ),
      person(
        "Duncan", "Garmonsway"
        , role = c("ctb")
        , comment = "fixes"
      ),
      person(
        "Christoph", "Glur"
        , role = c("aut", "cre")
        , comment = "R interface"
        , email = "christoph.glur@ipub.com"
      )
    )
VignetteBuilder: knitr, rmarkdown
Imports: R6, stringr, methods, DiagrammeR
Suggests: Formula, graphics, testthat, knitr, rmarkdown, ape, yaml,
        networkD3, jsonlite, igraph, treemap, party, partykit,
        doParallel, foreach, htmlwidgets
Enhances:
Description: Create tree structures from hierarchical data, and traverse the
    tree in various orders. Aggregate, cumulate, print, plot, convert to and from
    data.frame and more. Useful for decision trees, machine learning, finance,
    conversion from and to JSON, and many other applications.
License: GPL (>= 2)
URL: http://github.com/gluc/data.tree
BugReports: http://github.com/gluc/data.tree/issues
Depends: R (>= 3.0)
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-06 21:06:56 UTC; rstudio
Author: Facundo Munoz [ctb] (improve list conversion),
  Markus Wamser [ctb] (fixed some typos),
  Pierre Formont [ctb] (additional features),
  Kent Russel [ctb] (documentation),
  Noam Ross [ctb] (fixes),
  Duncan Garmonsway [ctb] (fixes),
  Christoph Glur [aut, cre] (R interface)
Maintainer: Christoph Glur <christoph.glur@ipub.com>
Repository: CRAN
Date/Publication: 2018-03-06 22:42:34 UTC
