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
We are using function ggpubr::ggarrange() in our package coda4microbiome.
Today we received the following warning.
Could you please give us some advice?
Thank you in advance,
Warning message:
The dot-dot notation (..density..) was deprecated in ggplot2 3.4.0.
i Please use after_stat(density) instead.
i 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.
Backtrace:
x
-coda4microbiome::coda_glmnet(x = x, y = y, nfolds = 4)
-coda4microbiome::plot_prediction(predictions, y, showPlots = showPlots)
We are using function ggpubr::ggarrange() in our package coda4microbiome.
Today we received the following warning.
Could you please give us some advice?
Thank you in advance,
Warning message:
The dot-dot notation (
..density..
) was deprecated in ggplot2 3.4.0.i Please use
after_stat(density)
instead.i 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.Backtrace:
x
The text was updated successfully, but these errors were encountered: