ggstatsplot
ggplot2 Based Plots with Statistical Details
ggstatsplot reached 1.0 by adding tests, having outsourced its statistics years ago.
◆Recent moves
- 3mo ago
Pairwise contingency tests and one-sample goodness-of-fit
The first substantive release in over a year. ggbarstats() gains one-sample goodness-of-fit support, matching ggpiestats(), and both compute pairwise Fisher's exact tests when x has more than two levels — exposed through extract_stats() rather than drawn, since bar and pie charts have no natural place to annotate pairwise significance. That restraint is the notable part.
View source ↗ - 4mo ago
Internal maintenance only
Dependency and CI updates, explicitly stated as having no user-facing changes. Typical of the pre-1.0.0 stretch.
View source ↗ - 6mo ago
Adapted to dplyr 1.2.0 and purrr 1.2.1
A maintenance release absorbing upstream tidyverse API changes. The recurring cost of a package built across several fast-moving dependencies.
View source ↗ - 8mo ago
Contributor list updated in DESCRIPTION
A metadata change removing a contributor whose code was fully replaced during the 2019 refactoring. The note is also a useful reminder that all statistical work now lives in statsExpressions.
View source ↗ - 10mo ago
Secondary axis label parsing fixed in gghistostats
A parsing fix for secondary axis labels broken by upstream dependency changes. Single-function defect, no behavior change elsewhere.
View source ↗ - 11mo ago
Adapted to the latest ggplot2 release
Compatibility-only update tracking ggplot2. No described user-facing change.
View source ↗