ggcorrplot 0.1.4

New features

Minor changes

Bug fixes

ggcorrplot 0.1.3

New features

Minor changes

Merging with pull request 16 (@IndrajeetPatil, #16), which addresses the following issues:

  1. 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.

  2. Styled the code in tidyverse style guide (both in R script and README file).

  3. Added spelling tests to make sure no spelling error fall through the cracks.

  4. 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.

  5. 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.

Bug fixes

ggcorrplot 0.1.2

Minor changes

Bug fixes

ggcorrplot 0.1.1

New features