> ggsave(file.path(
+ paths$wd_dependency,
+ paste0(siteyear, "_w_unrot_WD_stats_", Tstamp, ".png")),
+ ggplot_stats(data, "wind_dir", "w_unrot", circular = TRUE),
+ type = "cairo-png", width = 297, height = 210, units = "mm")
Warning messages:
1: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the openeddy package.
Please report the issue at <https://github.com/lsigut/openeddy/issues>.
This warning is displayed once per session.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
2: In ggplot2::annotate("label", size = 6, x = Inf, y = Inf, hjust = 1, :
Ignoring unknown parameters: `label.size`
3: Using ragg device as default. Ignoring `type` and `antialias` arguments