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
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:
I noticed ggplot2 is now producing warning messages:
annotation_logticks()
still usessize
instead oflinewidth
:ggplot2/R/annotation-logticks.R
Line 106 in e0efd7b
The text was updated successfully, but these errors were encountered: