yutannihilation / gghighlight

Highlight points and lines in ggplot2
https://yutannihilation.github.io/gghighlight/
Other
522 stars 23 forks source link

Use if_all() instead of across() in filter() #178

Closed yutannihilation closed 2 years ago

yutannihilation commented 2 years ago

Fix #177

if_all() was added as of dplyr 1.0.4, and the use of across() in filter() is deprecated as of dplyr 1.0.8.