Skip to content

ggpubr 0.6.2

Choose a tag to compare

@kassambara kassambara released this 18 Oct 13:40
· 274 commits to master since this release

Bug fixes

  • Fixed compatibility with R-devel r88748 (2025-08-31) which changed Wilcoxon test to provide exact conditional two-sample inference with ties. The compare_means() function now sets exact = FALSE for wilcox.test() and pairwise.wilcox.test() to maintain backward compatibility and consistent p-values across R versions (#647).

This release addresses CRAN check failures on r-devel platforms and is ready for CRAN submission.