-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.25 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
Package: flipMultivariates
Type: Package
Title: Multivariate models
Version: 1.2.4
Author: Displayr <opensource@displayr.com>
Maintainer: Displayr <opensource@displayr.com>
Description: Multivariate models (e.g. LDA, random forest, SVM) according to the flip Project conventions.
Depends:
R (>= 3.5.0)
License: GPL-3
Imports:
e1071,
flipAnalysisOfVariance,
flipData (>= 1.8.1),
flipFormat,
flipRegression (>= 1.3.58),
flipStatistics,
flipTransformations,
flipTrees (>= 1.0.6),
flipU (>= 1.6.2),
ggplot2,
keras,
MASS,
methods,
randomForest,
reticulate,
rhtmlLabeledScatter,
rhtmlCombinedScatter,
rhtmlMoonPlot,
tensorflow,
utils,
xgboost (>= 1.1.1.1),
verbs
Suggests:
Ckmeans.1d.dp,
testthat,
flipExampleData
Remotes:
Displayr/flipAnalysisOfVariance,
Displayr/flipChartBasics,
Displayr/flipData,
Displayr/flipExampleData,
Displayr/flipFormat,
Displayr/flipRegression,
Displayr/flipStatistics,
Displayr/flipTransformations,
Displayr/flipTrees,
Displayr/flipU,
Displayr/rhtmlCombinedScatter,
Displayr/rhtmlHeatmap,
Displayr/rhtmlLabeledScatter,
Displayr/rhtmlMoonPlot,
Displayr/verbs
RoxygenNote: 7.3.2
Encoding: UTF-8