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
- Compare performance of searching for all //SYMBOL_PACKAGE to current vectorized approach in unused_import_linter()
- What usages of %in%+class() should be linted for expect_s3_class_linter()?
- Differentiate PERL-specific regex features in is_not_regex()
- Extend ifelse_censor_linter() to ignore parens in ifelse(x < (y), x, y)
- Optionally include if (A != B) x else y in if_not_else_linter()?
- Cover more general cases (e.g. generic methods) in inner_combine_linter()
- Unnecessary_lambda_linter could recommend purrr::flatten() for relevant cases
- Consider broader logic for when multiple if/else can be unnested
- Find unreachable code with implicit returns
- Extend yoda_test_linter() for other known literals
- Docs
- R not yet supported