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
- First draft for in_linter()
- False positive in return_linter(return_style="explicit") when the formals are complex
- Add potential `sequence()` lints to `seq_linter()`
- .Rnw named chunks like <<name>> is an error (missing chunk end)
- Lint `deparse(substitute(x))` for `deparse1(substitute(x))`
- Lint `rev(sort(x))` pattern in `seq_linter()` in favour of the more efficient alternative
- New linter for multiple assignments
- Linter to recommend using variable assignment to avoid unnecessary computations in functionals?
- New linter for if(all.equal(...))
- Use `{cli}` for progress bar
- Docs
- R not yet supported