-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 947 Bytes
/
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
Package: condvis
Type: Package
Title: Conditional Visualization for Statistical Models
Version: 0.5-1
Date: 2018-09-13
Authors@R: c(
person("Mark", "O'Connell", email = "mark_ajoc@yahoo.ie",
role = c("aut", "cre")),
person("Catherine", "Hurley", role = "aut"),
person("Katarina", "Domijan", role = "aut"),
person("Achim", "Zeileis", role = "ctb", comment = "spineplot, see copied.R"),
person("R Core Team", role = "ctb", comment = "barplot, see copied.R") )
Depends:
R (>= 2.1.0)
Imports:
graphics,
grDevices,
stats,
utils,
MASS
Suggests:
RColorBrewer,
shiny,
scagnostics,
cluster,
hdrcde,
gplots,
TSP,
DendSer,
testthat
Description: Exploring fitted models by interactively taking 2-D and 3-D
sections in data space.
License: GPL (>= 2)
LazyData: false
BugReports: https://github.com/markajoc/condvis/issues
URL: http://markajoc.github.io/condvis/
RoxygenNote: 5.0.1.9000