-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
54 lines (54 loc) · 1.46 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
50
51
52
53
54
Package: parttree
Title: Visualise simple decision tree partitions
Version: 0.0.1.9004
Authors@R: c(
person(given = "Grant",
family = "McDermott",
role = c("aut", "cre"),
email = "grantmcd@uoregon.edu",
comment = c(ORCID = "0000-0001-7883-8573")),
person(given = "Achim",
family = "Zeileis",
role = "ctb",
email = "Achim.Zeileis@R-project.org",
comment = c(ORCID = "0000-0003-0918-3766")),
person(given = "Brian",
middle = "Heseung",
family = "Kim",
role = "ctb",
email = "brhkim@gmail.com",
comment = c(ORCID = "0000-0002-7988-1802")),
person(given = "Julia",
family = "Silge",
role = "ctb",
email = "julia.silge@gmail.com",
comment = c(ORCID = "0000-0002-3671-836X")))
Description: Simple functions for plotting 2D decision tree partition plots.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true
URL: https://github.com/grantmcdermott/parttree,
http://grantmcdermott.com/parttree
BugReports: https://github.com/grantmcdermott/parttree/issues
Depends:
ggplot2 (>= 3.4.0)
Imports:
rpart,
data.table,
partykit,
rlang
Suggests:
tinytest,
palmerpenguins,
titanic,
mlr3,
parsnip,
workflows,
magick,
imager,
patchwork,
knitr,
rmarkdown
VignetteBuilder: knitr