lintr
https://github.com/r-lib/lintr
R
Static Code Analysis for R
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
R not yet supported6 Subscribers
Add a CodeTriage badge to lintr
Help out
- Issues
- Customize metadata for boolean_arithmetic_linter()
- Include expect_true(length(x) == 1) in expect_length_linter()?
- Simplify ad-hoc lapply with simpler apply() when we can (R>4.1.0)
- Revisit XPath for handling exemption of certain arguments when matching calls in inner_combine_linter()
- Extend is_numeric_linter() to look for is.double() usage too
- Extend is_numeric_linter() to look for approaches checking class() or typeof() or inherits() equivalent to is_numeric()
- Optionally require non-syntactic names to use backticks, not quotes in keyword_quote_linter()
- Extend list_comparison_linter for more known-list cases where SIMPLIFY=FALSE is explicit
- Consider recommending '1.0', not '1', as the replacement in literal_coercion_linter()
- Drop "unparseable message" internal safety valve if there are no reports
- Docs
- R not yet supported