-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.09 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
Package: corrp
Type: Package
Title: corrp (Compute correlations type analysis in parallel)
Version: 0.4.0
Author: Igor Dornelles Schoeller Siciliani <[email protected]>
Maintainer: Meantrix <[email protected]>
Description: Compute multiple types of correlations analysis (Pearson correlation, R^2
coefficient of linear regression, Cramer's V measure of association,
Distance Correlation,The Maximal Information Coefficient,
Uncertainty coefficient and Predictive Power Score) in large dataframes
with mixed columns classes(integer, numeric, factor and character)
in parallel backend.
This package also has a C++ implementation of the Average correlation clustering algorithm and distance correlation t-test.
Depends:
R (>= 3.6.0),
Imports:
Rcpp (>= 1.0.4.6),
RcppArmadillo,
lsr (>= 0.5),
parallel,
stats,
caret (>= 6.0-85),
minerva (>= 1.5.8),
checkmate (>= 2.0.0),
ppsr (>= 0.0.2),
DescTools(>= 0.99.40)
Suggests:
corrplot,
energy,
testthat
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3