Closed kelly-sovacool closed 2 years ago
linewidth
size
theme_lucas()
.data[[colname]]
any_of(colname)
(~Strikethrough~ any points that are not applicable.)
NEWS.md
Change(s) made
linewidth
instead ofsize
for ggplot2 line-based geoms (switched in ggplot2 v3.4.0).theme_lucas()
..data[[colname]]
syntax anymore (deprecated in tidyselect v1.2.0). Use data variables orany_of(colname)
depending on the context.Checklist
(~Strikethrough~ any points that are not applicable.)
NEWS.md
if this includes any user-facing changes.~