You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rmd/sysdata.nopurl.Rmd
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ NOTES:
24
24
25
25
- Non-default linters that we tested but dismissed due to annoyance or disagreement include:
26
26
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)
28
30
-`strings_as_factors_linter` (unnecessary when the code requires R \>= 4.0)
0 commit comments