forked from gluc/data.tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
85 lines (85 loc) · 1.85 KB
/
Copy pathDESCRIPTION
File metadata and controls
85 lines (85 loc) · 1.85 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: data.tree
Type: Package
Title: General Purpose Hierarchical Data Structure
Version: 0.7.8
Date: 2018-09-24
Authors@R: c(
person(
"Chris", "Hammil",
role = c("ctb"),
comment = "improve getting"
),
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 (>= 1.0.0)
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.1.0
Encoding: UTF-8