MixSIAR
MixSIAR copied to clipboard
Warning message concerning deprecation of `..scaled..`, to use 'after_stat(scaled)' instead.
Hi, I got the following warning message while running the example script "MixSIAR_script_wolves_normal.R" in Version 2022.12.0+353 (2022.12.0+353) of RStudio.
g.post$global Warning message: The dot-dot notation (
..scaled..
) was deprecated in ggplot2 3.4.0. ℹ Please useafter_stat(scaled)
instead. ℹ The deprecated feature was likely used in the MixSIAR package. Please report the issue at https://github.com/brianstock/MixSIAR/issues.
Apparently ..scaled..
needs to be replaced with 'after_stat(scaled)'.