-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 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
Package: condvis2
Title: Interactive Conditional Visualization for Supervised and Unsupervised Models in Shiny
Version: 0.1.2
Authors@R: c(person("Catherine", "Hurley", email = "[email protected]", role = c("aut", "cre")),person("Mark", "OConnell", email = "[email protected]", role = c( "aut")),person("Katarina", "Domijan", email = "[email protected]", role = c("aut")))
Description: Constructs a shiny app function with interactive displays for conditional visualization of models,
data and density functions. An extended version of package 'condvis'.
Catherine B. Hurley, Mark O'Connell,Katarina Domijan (2021) <10.1080/10618600.2021.1983439>.
License: GPL (>= 2.0)
Encoding: UTF-8
LazyData: true
Imports: shiny, RColorBrewer, ggplot2,scales, cluster, DendSer,methods,plyr, colorspace, gower
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
hdrcde,
scagnostics,
keras,
kernlab,
mclust,
MASS,
ks,
mgcv,
randomForest,
parsnip,
mlr,
C50,
bartMachine,
BART,
caret,
e1071,
gbm,
glmnet,
glmnetUtils,
mlr3,
nnet,
rpart,
tree,
testthat
VignetteBuilder: knitr
BugReports: https://github.com/cbhurley/condvis2/issues
URL: https://cbhurley.github.io/condvis2/, https://github.com/cbhurley/condvis2