forked from grantmcdermott/parttree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.29 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
Package: parttree
Title: Simple functions for plotting 2D decision tree partition plots
Version: 0.0.1.9000
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.1.1
LazyData: true
URL: https://github.com/grantmcdermott/parttree
BugReports: https://github.com/grantmcdermott/parttree/issues
Depends:
ggplot2
Imports:
rpart,
data.table,
partykit,
rlang
Suggests:
mlr3,
parsnip,
workflows