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
suppressPackageStartupMessages(library(mosaic))
gf_lm(length~width,
data=mosaicData::KidsFeet,
color=~biggerfoot, alpha=0.2)
#> Warning: Using the `size` aesthetic with geom_line was deprecated in ggplot2 3.4.0.#> ℹ Please use the `linewidth` aesthetic instead.#> This warning is displayed once every 8 hours.#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was#> generated.
@luebby , looks like I missed this while I was traveling. The root cause is a change in naming in ggplot2. I've fixed most of these, but seems to have slipped through. I'll investigate.
For now, you can hide this message by explicitly setting the line width, a la
Created on 2023-05-24 with reprex v2.0.2
Unfortunatly I can't find a fix. Sorry!
The text was updated successfully, but these errors were encountered: