-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
49 lines (49 loc) · 1.4 KB
/
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
41
42
43
44
45
46
47
48
49
Package: ggparty
Title: 'ggplot' Visualizations for the 'partykit' Package
Version: 1.0.0
Authors@R: c(
person("Martin", "Borkovec", role = c("aut", "cre"), email = "[email protected]"),
person("Niyaz", "Madin", role = c("aut"), email = "[email protected]"),
person("Hadley", "Wickham", role = "ctb"),
person("Winston", "Chang", role = "ctb"),
person("Lionel", "Henry", role = "ctb"),
person("Thomas Lin", "Pedersen", role = "ctb"),
person("Kohske", "Takahashi", role = "ctb"),
person("Claus", "Wilke", role = "ctb"),
person("Kara", "Woo", role = "ctb"),
person("Hiroaki", "Yutani", role = "ctb")
)
Copyright: file inst/COPYRIGHTS
Description: Extends 'ggplot2' functionality to the 'partykit' package. 'ggparty' provides the necessary tools to create clearly structured and highly customizable visualizations for tree-objects of the class 'party'.
Maintainer: Martin Borkovec <[email protected]>
Depends:
R (>= 3.4.0),
ggplot2,
partykit
Imports:
grid,
gtable,
utils,
checkmate,
methods,
survival,
rlang
Suggests:
testthat,
mlbench,
AER,
coin,
vdiffr,
knitr,
rmarkdown,
pander,
MASS,
TH.data
License: GPL-2 | GPL-3
URL: https://github.com/martin-borkovec/ggparty
BugReports: https://github.com/martin-borkovec/ggparty/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr