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

fun.y, fun.ymin and fun.ymax deprecated #587

Open
vlonde opened this issue Sep 14, 2023 · 0 comments
Open

fun.y, fun.ymin and fun.ymax deprecated #587

vlonde opened this issue Sep 14, 2023 · 0 comments

Comments

@vlonde
Copy link

vlonde commented Sep 14, 2023

I'm getting these errors when using ggerrorplot() function:

1: The fun.y argument of stat_summary() is deprecated as of ggplot2 3.3.0.
ℹ Please use the fun argument instead.
ℹ The deprecated feature was likely used in the ggpubr package.
Please report the issue at https://github.com/kassambara/ggpubr/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
2: The fun.ymin argument of stat_summary() is deprecated as of ggplot2 3.3.0.
ℹ Please use the fun.min argument instead.
ℹ The deprecated feature was likely used in the ggpubr package.
Please report the issue at https://github.com/kassambara/ggpubr/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
3: The fun.ymax argument of stat_summary() is deprecated as of ggplot2 3.3.0.
ℹ Please use the fun.max argument instead.
ℹ The deprecated feature was likely used in the ggpubr package.
Please report the issue at https://github.com/kassambara/ggpubr/issues.


Expected behavior

Actual behavior

Steps to reproduce the problem

# insert reprex here

session_info()

# please paste here the result of
devtools::session_info()
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

No branches or pull requests

1 participant