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
- vector_logic_linter could enforce consistent pairing of scalar vs. vector operators (mixing &/| and &&/||)
- Extend boolean_arithmetic_linter to detect all()-like cases too
- lint lapply(x, length) and map(x, length) --> lengths(x)
- Lint implicit return assignments in `function_return_linter()`
- Proposed linter for mixing logical operators without grouping
- Add magic number linter?
- Disabling exclusions in a lint() call
- New linter for detecting non-exported unused objects in a package
- Add `trailing_blank_lines_linter()` test for `.qmd` files when no code and no terminal newline present?
- fixed_regex_linter incorrectly suggest that my regex with "\>" is static
- Docs
- R not yet supported