MixSIAR
MixSIAR copied to clipboard
deprecated notation in ggplot2 3.4.0
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.