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
Error:
! `gather_()` was deprecated in tidyr 1.2.0.
ℹ Please use `gather()` instead.
---
Backtrace:
1. ggpubr::ggpaired(...)
3. tidyr::gather_(...)
4. lifecycle::deprecate_warn("1.2.0", "gather_()", "gather()")
5. lifecycle:::deprecate_stop0(msg)
Run `rlang::last_trace()` to see the full context.
It seems tidyr::gather_() has been deprecated, so it might be better to use tidyr::pivot_longer().
The text was updated successfully, but these errors were encountered:
When using
ggpubr::ggpaired()
, I get a deprecation error. For example, when running the following code:I get the following warning:
It seems
tidyr::gather_()
has been deprecated, so it might be better to usetidyr::pivot_longer()
.The text was updated successfully, but these errors were encountered: