Changelog
Source:NEWS.md
TheseusPlot 0.2.0
CRAN release: 2026-04-09
Bug fixes
- Fixed a bug in continuous-variable discretization with
split = "rate"where bin boundaries for the second group were incorrectly computed using the first group’s data. (#6, thanks 1) - Fixed a bug where the size bar for
"Sum of ... other attributes"could incorrectly use the first group’s counts for both groups. (#5, thanks - Fixed warnings in
plot()andplot_flip()when multiple subgroups were tied for the largest absolute contribution. - Suppressed spurious warnings generated internally by
waterfalls::waterfall()during plot creation.