`lifecycle_linter` is returning false positives for `ggplot2::labs()`
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
Start with the lifecycle_linter logic and the declarations in labels.R, where labs(), xlab(), and ylab() are defined. Reproduce the report and trace why labs() is treated as superseded. Done means labs() is no longer reported while the intended superseded functions remain detected.
Written by the indexing model from the issue text.
Description
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).
- Dominant language
- R
- Stars
- 93
- Forks
- 26
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from r-lib/lifecycle
-
Always warn when llm Open
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
beginners blocker
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enviPathR OpenBuild Error Build OK Build Warning policies-accepted pre-review precheck-passed
Difficulty 1/5 Under an hour Newbie friendliness 84/100
Bioconductor/BiocContributions#207 · 6 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
datacarpentry/semester-biology#1255 ·