Skip to content

Commit a7e7a67

Browse files
committed
suppress check NOTE
1 parent 91109f7 commit a7e7a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tidyverse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ rename.sf <- function(.data, ...) {
235235
st_set_agr(st_as_sf(ret, sf_column_name = sf_column), agr)
236236
}
237237

238-
rename_with.sf = function(.data, .fn, .cols = everything(), ...) {
238+
rename_with.sf = function(.data, .fn, .cols, ...) {
239239
if (!requireNamespace("rlang", quietly = TRUE))
240240
stop("rlang required: install that first") # nocov
241241
.fn = rlang::as_function(.fn)

0 commit comments

Comments
 (0)