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

deprecation in tidyr looms #662

Open
chlebowa opened this issue Feb 21, 2024 · 2 comments
Open

deprecation in tidyr looms #662

chlebowa opened this issue Feb 21, 2024 · 2 comments
Labels

Comments

@chlebowa
Copy link
Contributor

This example code in teal.modules.general.R

df <- data.frame(x = c("A", "B", "C", "A"), y = c("Z", "Z", "W", "W"))
ggplot(df) + ggmosaic::geom_mosaic(aes(x = ggmosaic::product(x), fill = y))

raises this warning.

Warning message:
`unite_()` was deprecated in tidyr 1.2.0.
ℹ Please use `unite()` instead.
ℹ The deprecated feature was likely used in the ggmosaic package.
  Please report the issue at <https://github.com/haleyjeppson/ggmosaic>.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated. 

ggmosaic is 0.3.3, the latest version.

We should probably keep an eye on this.

@chlebowa chlebowa added the core label Feb 21, 2024
@chlebowa
Copy link
Contributor Author

Interesting haleyjeppson/ggmosaic#68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants