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 31aa9d4 commit 296a97bCopy full SHA for 296a97b
.dev/CRAN_Release.cmd
@@ -129,10 +129,6 @@ grep -Fn "tryCatch" ./inst/tests/*.Rraw
129
# All % in *.Rd should be escaped otherwise text gets silently chopped
130
grep -n "[^\]%" ./man/*.Rd
131
132
-# if (a & b) is either invalid or inefficient (ditto for replace & with |);
133
-# if(any(a [&|] b)) is appropriate b/c of collapsing the logical vector to scalar
134
-grep -nr "^[^#]*if[^&#]*[^&#\"][&][^&]" R | grep -Ev "if\s*[(](?:any|all)"
135
-
136
# seal leak potential where two unprotected API calls are passed to the same
137
# function call, usually involving install() or mkChar()
138
# Greppable thanks to single lines and wide screens
0 commit comments