Usage of deprecated `ggplot2::discrete_scale()` argument `scale_name`
Opened this issue · 0 comments
fkohrt commented
Running the following code from the README...
Lines 99 to 103 in a8c27ce
...after setting options(lifecycle_verbosity = "error")
leads to the following error:
Error:
! The `scale_name` argument of `discrete_scale()`
is deprecated as of ggplot2 3.5.0.
Run `rlang::last_trace()` to see where the error occurred.