-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
executable file
·57 lines (57 loc) · 1.32 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
55
56
57
Package: vivid
Title: Variable Importance and Variable Interaction Displays
Version: 0.2.9
Authors@R: c(
person(given = "Alan", family = "Inglis", email = "alan.n.inglis@gmail.com", role = c("aut", "cre")),
person(given = "Andrew", family = "Parnell", email = "andrew.parnell@mu.ie", role = "aut"),
person(given = "Catherine", family = "Hurley", email = "catherine.hurley@mu.ie", role = "aut"))
Language: en-US
Description: A suite of plots for displaying variable importance and two-way variable interaction jointly. Can also display partial dependence plots laid out in a pairs plot or 'zenplots' style.
License: GPL (>=2)
Encoding: UTF-8
Imports:
condvis2,
ggplot2,
GGally,
RColorBrewer,
colorspace,
stats,
DendSer,
ggalt,
dplyr,
igraph,
flashlight,
ggnewscale,
sp
Suggests:
intergraph (>= 2.0-2),
network (>= 1.12.0),
sna (>= 2.3-2),
mlr,
MASS,
tidymodels,
e1071,
gridExtra,
lemon,
mlr3,
mlr3learners,
scales,
ranger,
vip,
knitr,
rmarkdown,
randomForest,
testthat (>= 3.0.0),
labeling,
zenplots,
covr,
xgboost,
bartMachine,
caret,
gbm,
keras
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
URL: https://alaninglis.github.io/vivid/