The `lifecycle_linter` is reporting (falsely) that `ggplot2::labs` is superseded. This is in fact the replacement function to `ggplot2::xlab` and `ggplot2::ylab`, which are superseded (although are declared in the same file, `labels.R`).
The
lifecycle_linteris reporting (falsely) thatggplot2::labsis superseded.This is in fact the replacement function to
ggplot2::xlabandggplot2::ylab, which are superseded (although are declared in the same file,labels.R).