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
The recent R commit r71841 deprecates what ggplot2::waiver does. In the development version of R,
ggplot2::waiver()
yields
Warning message:
In structure(NULL, class = "waiver") :
Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes.
Consider 'structure(list(), *)' instead.
This is leading to some largely spurious test failures in other packages that use testthat::expect_silent() but end up calling something in ggplot2 that calls waiver internally.