Releases: easystats/correlation
correlation 0.8.8
-
correlation()
gains amissing=
argument, similar tostats::cor(use=)
, for controlling how missing data is handled. -
correlation()
converts numeric input variables automatically into factors whenmethod = "polychoric"
.
correlation 0.8.7
-
The
format()
method for objects of classeasycormatrix
gets azap_small
argument, to round very small numbers. -
cor_sort()
can now deal with non-square matrices. -
Updated required R version to >= 4.1.0 (released May 2021) to pass CRAN checks
on documentation
correlation 0.8.6
- Fix CRAN check issues.
correlation v0.8.5
- New
cormatrix_to_excel()
function for exporting correlation matrices to Excel with color formatting. - This release changes the licensing model of
{correlation}
to an MIT license.
correlation 0.8.3
Breaking Changes
-
distance_mahalanobis()
is deprecated. Useperformance::check_outliers(method = "mahalanobis_robust")
instead. -
The minimum needed R version has been bumped to
3.6
.
Minor Changes
-
Fixes breakages caused by updates to parameters package (#269).
-
The visualization recipe (plots) for redundant correlation matrices was
improved, so self-correlations will no longer be labelled and get a neutral
color. -
The
print()
method redundant correlation matrices no longer shows the
diagonal with self-correlations.
correlation 0.8.2
- Maintenance release for datawizard package update.
Adjustments for datawizard updates
0.8.1 cran submission
v0.8.0
Bug fix in plot() methods
0.7.1 Update cran-comments.md