forked from gluc/data.tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 942 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: data.tree
Type: Package
Title: General Purpose Hierarchical Data Structure
Version: 0.3.7
Date: 2016-04-24
Author: Christoph Glur
Maintainer: Christoph Glur <christoph.glur@ipub.com>
VignetteBuilder: knitr
Imports:
R6,
stringr,
methods,
DiagrammeR
Suggests:
Formula,
graphics,
testthat,
knitr,
ape,
yaml,
networkD3,
jsonlite,
igraph,
treemap,
doParallel,
party,
partykit,
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: 5.0.1