We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d3f8c commit 1939058Copy full SHA for 1939058
vignettes/lintr.Rmd
@@ -35,8 +35,6 @@ Checking an R project for lints can be done with three different functions:
35
This will apply `lint()` to all R source files matching the `pattern` argument.
36
By default, this means all `.R` files as well as `knitr` formats (e.g. `.Rmd`, `.Rnw`).
37
38
- `lint_dir` is vectorized over `path`, so multiple directories can be linted at the same time.
39
-
40
- Lint all relevant directories of an R package using `lint_package()`:
41
42
``` r
0 commit comments