lintr icon indicating copy to clipboard operation
lintr copied to clipboard

Static Code Analysis for R

Results 314 lintr issues
Sort by recently updated
recently updated
newest added

Test package: https://github.com/Bisaloo/testwpp Error: > .Error in data.frame(pkg = ns, fun = getNamespaceExports(ns), stringsAsFactors = FALSE) : arguments imply differing number of rows: 1, 0 This happens because the wpp2017...

- Where the text description wasn't clear, adds a small example - Consistent formatting of function calls or names as code in Roxygen docs to distinguish it from text -...

To know more about new HTML5 check in R-devel, see: https://blog.r-project.org/2022/04/08/enhancements-to-html-documentation/ Workflow from: https://github.com/r-lib/actions/blob/v2-branch/examples/html-5-check.yaml

Closes #1456 To be considered for a merge only after the next CRAN release, and before the version is bumped to devel (`.9000`). We need to make sure to merge...

``` Please see the problems shown on . Apparently your package fails its checks in a strict Latin-1* locale, e.g. under Linux using LANG=en_US.iso88591 (see the debian-clang results). Please correct...

Since `if(isTRUE(x))` is often safer than the following expressions (In R 4.2, an error occurs if the length of `x` is greater than 1), it may be useful to have...