larmarange / ggstats

Extension to ggplot2 for plotting stats
https://larmarange.github.io/ggstats/
GNU General Public License v3.0
27 stars 1 forks source link

Support for pairwise contrasts and broom.helpers 1.11.0 and ggplot 3.4.0 #15

Closed larmarange closed 1 year ago

larmarange commented 1 year ago

fix #14

Using the size aesthietic with geom_rect was deprecated in ggplot2 3.4.0. ℹ Please use the linewidth aesthetic instead.

It has been fixed. geom_stripped_*() have been updated accordingly.

NOTE: there is a bug in broom, conf.level not being taken into account for multinomial model. See https://github.com/tidymodels/broom/pull/1131 broom.helpers now checks that arguments are used and therefore revert on parameters in such case (where conf.level is properly used). Therefore, parameters need to be added to Suggest for ggcoef_multinom() to work properly.

codecov[bot] commented 1 year ago

Codecov Report

Base: 93.18% // Head: 93.72% // Increases project coverage by +0.53% :tada:

Coverage data is based on head (6811e3a) compared to base (5b09fcd). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #15 +/- ## ========================================== + Coverage 93.18% 93.72% +0.53% ========================================== Files 8 8 Lines 411 430 +19 ========================================== + Hits 383 403 +20 + Misses 28 27 -1 ``` | [Impacted Files](https://codecov.io/gh/larmarange/ggstats/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange) | Coverage Δ | | |---|---|---| | [R/geom\_stripped\_rows.R](https://codecov.io/gh/larmarange/ggstats/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9nZW9tX3N0cmlwcGVkX3Jvd3MuUg==) | `100.00% <ø> (ø)` | | | [R/ggcoef\_model.R](https://codecov.io/gh/larmarange/ggstats/pull/15/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange#diff-Ui9nZ2NvZWZfbW9kZWwuUg==) | `98.76% <100.00%> (+0.40%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Joseph+Larmarange)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.