MixSIAR
MixSIAR copied to clipboard
after_stat(scaled), ¿new issue?
Hi! I was running a MixSIAR code and I have just obtained this message to report an issue:
Registered S3 method overwritten by 'GGally':
method from
+.gg ggplot2
Plotting density plots
Plotting traceplots
Plotting running means
Plotting autocorrelation plots
Plotting crosscorrelation plot
Plotting Potential Scale Reduction Factors
Plotting Geweke Diagnostic
Time taken to generate the report: 170 seconds.
NULL
Warning messages:
1: In par(usr) : argument 1 does not name a graphical parameter
2: In par(usr) : argument 1 does not name a graphical parameter
3: In par(usr) : argument 1 does not name a graphical parameter
4: In par(usr) : argument 1 does not name a graphical parameter
5: In par(usr) : argument 1 does not name a graphical parameter
6: In par(usr) : argument 1 does not name a graphical parameter
7: 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.
Please report the issue at https://github.com/brianstock/MixSIAR/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings()
to see where this warning was
generated.
I don´t know if it is a real problem. Just in case, I am reporting it. Thank you in advance!
I am running into a similar issue!
Error in UseMethod("depth") :
no applicable method for 'depth' applied to an object of class "NULL"
In addition: Warning messages:
1: In par(usr) : argument 1 does not name a graphical parameter
2: In par(usr) : argument 1 does not name a graphical parameter
3: In par(usr) : argument 1 does not name a graphical parameter
4: In par(usr) : argument 1 does not name a graphical parameter
5: In par(usr) : argument 1 does not name a graphical parameter
6: In par(usr) : argument 1 does not name a graphical parameter
7: 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.
Please report the issue at
https://github.com/brianstock/MixSIAR/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings()
to see where this warning
was generated.
any thoughts or luck fixing?