Package: data.tree
Type: Package
Title: General Purpose Hierarchical Data Structure
Version: 0.2.1
Date: 2015-09-08
Author: Christoph Glur
Maintainer: Christoph Glur <christoph.glur@ipub.com>
VignetteBuilder: knitr
Imports: R6, stringr, methods
Suggests: graphics, testthat, knitr, ape, networkD3, yaml, jsonlite,
        DiagrammeR, igraph, treemap, doParallel, foreach, htmlwidgets
Enhances:
Description: Create tree structures from hierarchical data, and use the utility 
    methods to traverse the tree in various orders. Aggregate, cumulate, print, convert to and from data.frame, 
    and apply functions to your tree data. 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)
NeedsCompilation: no
Packaged: 2015-09-08 20:32:01 UTC; micro_000
Repository: CRAN
Date/Publication: 2015-09-09 09:17:07
