You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ofdevtools::session_info()
The text was updated successfully, but these errors were encountered:
I'm getting these errors when using ggerrorplot() function:
1: The
fun.y
argument ofstat_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 ofstat_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 ofstat_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()
The text was updated successfully, but these errors were encountered: