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

Example case in documentation is using deprecated features #470

Closed
hxtmike opened this issue Jul 10, 2023 · 0 comments · Fixed by #477
Closed

Example case in documentation is using deprecated features #470

hxtmike opened this issue Jul 10, 2023 · 0 comments · Fixed by #477

Comments

@hxtmike
Copy link

hxtmike commented Jul 10, 2023

When I ran the example code in GGally documentation, the console show this warning message to me. It seems that you are using a deprecated feature in ggplot2

ggally_facetdensitystrip(tips, aes(x = total_bill, y = day))
#> Warning message:
#> The dot-dot notation (`..scaled..`) was deprecated in ggplot2 3.4.0.
#>ℹ Please use `after_stat(scaled)` instead.
#>ℹ The deprecated feature was likely used in the GGally package.
#>  Please report the issue at <https://github.com/ggobi/ggally/issues>.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated. 
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 a pull request may close this issue.

1 participant