NEWS.md
New argument as.is added. A logical passed to melt.array. If TRUE, dimnames will be left as strings instead of being converted using type.convert (@fdetsch, #24).
Gets rid of NOTE in CRAN daily checks about lazy data.
Adds visual regression testing infrastructure using vdiffr.
Removes warnings stemming from the latest version of ggplot2.
cor_mat as returned by the function cor_mat() [rstatix package]Merging with pull request 16 (@IndrajeetPatil, #16), which addresses the following issues:
In all README and roxygen examples, the argument outline.color was written as outline.col, which created warnings in RStudio scripts about the partial matching of arguments. Fixed that.
Styled the code in tidyverse style guide (both in R script and README file).
Added spelling tests to make sure no spelling error fall through the cracks.
Bumped up the package version to highlight that this is the development version. Added a few more badges to README to convey the same thing.
The digits argument (introduced in #12) wasn’t working properly (https://github.com/IndrajeetPatil/ggstatsplot/issues/93). This is now fixed. Also added an example to show that this works.
New argument digits added to ggcorrplot() (@IndrajeetPatil, #12.
New argument ggtheme added to ggcorrplot() (@IndrajeetPatil, #11.
Bug fix for label argument inside ggplot2::geom_text (@alekrutkowski, #1)
Now ggcorrplot() when both reshape and reshape2 packages are loaded (#4)