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
Hi, I'm running through the tutorial (using v3.1.12) and I when I tried this:
g.post$global
I got this error:
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 MixSIAR package.
Hope this is an easy fix.
The text was updated successfully, but these errors were encountered:
Hi, I'm running through the tutorial (using v3.1.12) and I when I tried this:
I got this error:
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 MixSIAR package.
Hope this is an easy fix.
The text was updated successfully, but these errors were encountered: