-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
Description
+## R/each.r:71:45: style: Place a space before left parenthesis, except in a function call.
+## for (i in 1:n) proto[[i]] <- fs[[i]](x, ...)
+## ^
+## R/here.r:24:39: style: Place a space before left parenthesis, except in a function call.
+## call <- substitute(function(...) (f)(...), list(f = f))
+## ^