Skip to content

Conversation

teunbrand
Copy link
Collaborator

This PR amends #6238.

Briefly: it prevents a bunch of false positive warnings about the fatten parameters.

In some details; lifecycle::is_present(params$fatten) was evaluated as TRUE when fatten was absent and params$fatten returns NULL. This caused a bunch of false-positive deprecation warnings in stats that has geom = "crossbar" or geom = "pointrange", like stat_summary_bin().

@teunbrand teunbrand changed the title Don't warn when fatten is absent 🩹 Don't warn when fatten is absent Jan 29, 2025
@thomasp85 thomasp85 self-requested a review February 25, 2025 09:49
Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@teunbrand teunbrand merged commit e727e2b into tidyverse:main Feb 27, 2025
13 checks passed
@teunbrand teunbrand deleted the amend_6238 branch February 27, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants