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 supported7 Subscribers
Add a CodeTriage badge to lintr
Help out
- Issues
- library_call_linter triggers on library(exclude=) usage
- Lint inefficient ways to check for "integer-ness"
- Combine rules related to regular expressions: regex_linter
- Combine rules related to pipes: pipe_linter
- Make rev(sort(.)) -> sort(decreasing=TRUE) rule optional
- Discourage downstreams using {lintr} in Suggests
- paste_linter could lint paste(x, sep='.', collapse=',') where sep= has no effect
- namespace_linter() is OS-dependent
- Improve rev(sort()) metadata for how to handle na.last
- Recommend `if (nzchar(x))` instead of `if (nchar(x))`
- Docs
- R not yet supported