-
Notifications
You must be signed in to change notification settings - Fork 195
Fix duplicate entry for undesirable operators #2961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2961 +/- ##
=======================================
Coverage 99.24% 99.24%
=======================================
Files 129 129
Lines 7282 7282
=======================================
Hits 7227 7227
Misses 55 55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @clerousset, thanks for the contribution! Files with the lintr/man/default_undesirable_functions.Rd Lines 1 to 2 in 23ebb17
Admittedly, in the case of lintr, there are extra bells and whistles involved in the generation of these In this specific case, what we are seeing is a result of a typo in: Line 233 in 23ebb17
As seen by the element name, we want to refer to Would you like to make the change in this pull request? To then re-generate the updated documentation file ( |
Removed duplicate mention of the '<-' operator and its implications. Fix duplicate line
|
my bad, thanks. It should be good now |
|
You need to re-run |
|
I went ahead and run |
Removed duplicate mention of the '<-' operator and its implications.