incorrect warning with old ggplot2
/failure to load see
#692
Labels
Docs 📚
Something to be adressed in docs and/or vignettes
ggplot2
/failure to load see
#692
In dealing with the
ggplot2
version 3.5 mess (see #691), I accidentally reverted to version 3.4.0 instead of 3.4.4. If I thenlibrary("see")
directly I getbut if I run
performance::check_model()
, it encounters the failure and assumes that the cause is that I don't havesee
installed.it then re-installs, fails to show the plot (as expected), and returns the raw object.
The text was updated successfully, but these errors were encountered: