-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
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: radiant.multivariate
Type: Package
Title: Multivariate Menu for Radiant: Business Analytics using R and Shiny
Version: 1.6.6
Date: 2024-5-14
Authors@R: person("Vincent", "Nijs", , "[email protected]", c("aut", "cre"))
Description: The Radiant Multivariate menu includes interfaces for perceptual
mapping, factor analysis, cluster analysis, and conjoint analysis. The
application extends the functionality in 'radiant.data'.
Depends:
R (>= 4.3.0),
radiant.data (>= 1.6.6)
Imports:
radiant.model (>= 1.6.6),
shiny (>= 1.8.1),
dplyr (>= 1.0.7),
rlang (>= 0.4.10),
ggplot2 (>= 2.2.1),
scales (>= 0.4.0),
magrittr (>= 1.5),
psych (>= 1.8.4),
GPArotation (>= 2014.11-1),
car (>= 2.1.1),
MASS (>= 7.3),
import (>= 1.1.0),
ggrepel (>= 0.8),
lubridate (>= 1.7.4),
polycor (>= 0.7.10),
gower (>= 0.2.1),
clustMixType (>= 0.2.1),
patchwork (>= 1.0.0)
Suggests:
testthat (>= 2.0.0),
pkgdown (>= 1.1.0)
URL: https://github.com/radiant-rstats/radiant.multivariate/,
https://radiant-rstats.github.io/radiant.multivariate/,
https://radiant-rstats.github.io/docs/
BugReports: https://github.com/radiant-rstats/radiant.multivariate/issues/
License: AGPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.1