Skip to content

Commit 1939058

Browse files
authored
Removed sentenced about vectorized path argumented in lint_dir() (#2924)
1 parent 84d3f8c commit 1939058

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vignettes/lintr.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Checking an R project for lints can be done with three different functions:
3535
This will apply `lint()` to all R source files matching the `pattern` argument.
3636
By default, this means all `.R` files as well as `knitr` formats (e.g. `.Rmd`, `.Rnw`).
3737

38-
`lint_dir` is vectorized over `path`, so multiple directories can be linted at the same time.
39-
4038
- Lint all relevant directories of an R package using `lint_package()`:
4139

4240
``` r

0 commit comments

Comments
 (0)