GGally 2.3.0
-
With
{ggplot2}v4.0.0, objects are now+'ed together using{S7}. This means the startup message forRegistered S3 method overwritten by 'GGally'has been removed. (Thank you @teunbrand for the enhancement in ggplot2! #545) -
Fixed bug where correlations of 0 in a
ggcor()output were silently dropped. Now all correlations are always displayed. (Thank you @winterstat! #536) -
Fixed correlations values
ggcor()so that they are formatted to the same number of decimal places vialabel_round. Now0.2and0.001withlabel_round = 2will be displayed as"0.20"and"0.00"respectively. (Thank you @winterstat! #536) -
Added parameter
ggally_cor(na.rm=)which is passed directly toggally_statistic(). (Thank you @vinouselouane! #516) -
Deprecated parameter
ggally_cor(use=). The value was never leveraged within the code. Please useggally_cor(na.rm=)instead. (Thank you @vinouselouane! #516) -
Prepare GGally for
{ggplot2}v4 (Thank you @teunbrand! #528) -
Replace internal
{plyr}usage with{dplyr}. (Thank you @MichaelChirico! #520, #521, #522, #523, #524, #525, #527, #530) -
General package dependency cleanup. (Thank you @olivroy! #509)
-
Fix
anyClassordering inggparcoord()when data has missing values (Thank you @92amartins! #500) -
Use
{lifecycle}for deprecation warnings (Thank you @92amartins! #494, #496) -
Leverage
.data$mask to remove all global variable declarations. (Thank you @MichaelChirico! #533) -
Warn and return
"NA"when less than 3 values are given to a combination inggally_cor(). (Thank you @bk1n! #510) -
Added helper method
is_ggmatrix()to check if an object is aggmatrixobject. (#548) -
Remove
ggclass fromggmatrixobjects. This is no longer needed due to enhanced+S7 methods. (#549) -
Bumped minimum required version of
Rto 4.3 due to S7 handling the+operations. (#549)