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 think this is minor (and not sure if this can be fixed), so it should be fine if this won't be fixed before the release.
library(ggplot2)
pts<-sf::st_sf(
geometry=sf::st_sfc(sf::st_point(0:1), sf::st_point(1:2)),
size= c(1, NA),
shape= c("a", NA),
colour= c("red", NA)
)
# OKb1<- ggplot_build(ggplot(pts) + geom_sf(aes(size=size)))
# False positiveb2<- ggplot_build(ggplot(pts, aes(size=size)) + geom_sf())
#> size aesthetic has been deprecated for use with lines as of ggplot2 3.4.0#> ℹ Please use linewidth aesthetic instead#> This message is displayed once every 8 hours.
I think this is minor (and not sure if this can be fixed), so it should be fine if this won't be fixed before the release.
Created on 2022-08-24 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: