Closed
Description
I noticed ggplot2 is now producing warning messages:
Warning messages:
1: The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0.
ℹ Please use the `linewidth` argument instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
annotation_logticks()
still uses size
instead of linewidth
:
ggplot2/R/annotation-logticks.R
Line 106 in e0efd7b