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
- no visible global function definition false positive when inside a function inside a script with the necessary library call
- Allow `expect_identical(names(x), names(y))`
- Skip eval=FALSE chunks
- New `tolerance_linter()` to detect use of `round()` instead of a custom `tolerance` value
- lint_dir() should be cognizant of read permissions
- object_usage_linter() metadata wrong for 'unused argument' lint with pipe
- Check if unit tests are coupled
- False positive in object_usage_linter when naming non-generic S3 method arguments
- `Missing chunk end for chunk` false-positive if there are multiple code blocks in the R string
- seq_linter() could optionally lint all 1:<non-literal> usage
- Docs
- R not yet supported