-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.35 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.35 KB
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
58
Package: flipDimensionReduction
Type: Package
Title: Algorithms for dimension reduction
Version: 1.3.4
Author: Displayr <opensource@displayr.com>, William Revelle (cor.smooth code)
Maintainer: Displayr <opensource@displayr.com>
Description: Tools for dimension reduction (e.g. principal components analysis,
correspondence analysis) using the flip Project conventions.
License: GPL-3
LazyData: TRUE
Suggests:
testthat,
flipExampleData,
Imports:
ca,
class,
flipChartBasics (>= 2.1.5),
flipData (>= 1.2.2),
flipFormat,
flipImputation,
flipStatistics,
flipStandardCharts,
flipTables (>= 2.1.0),
flipTransformations (>= 1.9.0),
flipU (>= 1.6.2),
GPArotation,
MASS,
methods,
nloptr,
plotly,
psych,
rhtmlCombinedScatter,
rhtmlHeatmap,
rhtmlLabeledScatter,
rhtmlMoonPlot,
Rtsne,
stats,
utils,
weights,
verbs
Remotes:
Displayr/flipChartBasics,
Displayr/flipData,
Displayr/flipExampleData,
Displayr/flipImputation,
Displayr/flipFormat,
Displayr/flipTables,
Displayr/flipTransformations,
Displayr/flipStatistics,
Displayr/flipStandardCharts,
Displayr/flipU,
Displayr/rhtmlCombinedScatter,
Displayr/rhtmlHeatmap,
Displayr/rhtmlMoonPlot,
Displayr/rhtmlLabeledScatter,
Displayr/verbs
RoxygenNote: 7.3.2
Encoding: UTF-8