Skip to content

Commit 82856ac

Browse files
committed
docs: update notes
1 parent c5fee95 commit 82856ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rmd/sysdata.nopurl.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ NOTES:
2424

2525
- Non-default linters that we tested but dismissed due to annoyance or disagreement include:
2626

27-
- `nested_pipe_linter` (nesting pipes doesn't ncessarily have to make the code less-readable, on the contrary!)
27+
- `nested_pipe_linter` (nesting pipes doesn't necessarily have to make the code less-readable, on the contrary!)
28+
- `nonportable_path_linter` (requires paths to always be constructed using `file.path()`, but `file.path()` emits forward-slashes on all platforms incl.
29+
Windows, so the benefit seems questionable; besides, `fs::path()` is clearly superior to `file.path()` anyways)
2830
- `strings_as_factors_linter` (unnecessary when the code requires R \>= 4.0)
2931

3032
```{r}

0 commit comments

Comments
 (0)