Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🩹 Don't warn when fatten is absent #6310

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
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.

1 participant