data.tree: General Purpose Hierarchical Data Structure

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.

Version: 0.3.0
Depends: R (≥ 3.0)
Imports: R6, stringr, methods, DiagrammeR
Suggests: graphics, testthat, knitr, ape, yaml, networkD3, jsonlite, igraph, treemap, doParallel, foreach, htmlwidgets
Published: 2016-02-13
Author: Christoph Glur
Maintainer: Christoph Glur <christoph.glur at ipub.com>
BugReports: http://github.com/gluc/data.tree/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://github.com/gluc/data.tree
NeedsCompilation: no
Materials: README NEWS
CRAN checks: data.tree results

Downloads:

Reference manual: data.tree.pdf
Vignettes: Example applications of data.tre
Quick introduction to data.tree
Package source: data.tree_0.3.0.tar.gz
Windows binaries: r-devel: data.tree_0.3.0.zip, r-release: data.tree_0.3.0.zip, r-oldrel: data.tree_0.3.0.zip
OS X Snow Leopard binaries: r-release: data.tree_0.3.0.tgz, r-oldrel: data.tree_0.1.6.tgz
OS X Mavericks binaries: r-release: data.tree_0.3.0.tgz
Old sources: data.tree archive

Reverse dependencies:

Reverse imports: ahp