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
- Cover more general cases (e.g. generic methods) in inner_combine_linter()
- Is nchar(allowNA=) compatible with an nzchar() replacement?
- Unnecessary_lambda_linter could recommend purrr::flatten() for relevant cases
- Consider broader logic for when multiple if/else can be unnested
- Find unreachable code inside switch() statements
- Find unreachable code with implicit returns
- Extend yoda_test_linter() for other known literals
- Lint the outer pipe as well in a doubly-nested one-call pipe
- Make `print.lints()` show something for no lints
- unnecessary_nested_if_linter() false positive
- Docs
- R not yet supported