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
- Drop "unexpected glue issue" internal safety valve if there are no reports
- Revisit handling more logic for unnecessary_concatenation_linter() inside the XPath
- Relax unnecessary_lambda_linter() to also work on multi-arg lambdas like function(x, y, ...)
- Customize the unnecessary_lamba_linter() message to reflect the actual call & suggested replacement
- Compare performance of searching for all //SYMBOL_PACKAGE to current vectorized approach in unused_import_linter()
- Extend length(unique()) logic in any_duplicated_linter() for dplyr,data.table syntaxes
- 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()?
- Docs
- R not yet supported