Skip to content

Commit bbff734

Browse files
fix unrelated r rmd check
will merge conflict with 7ed140e
1 parent 0116c95 commit bbff734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/io.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ read_utf8_bare <- function(con, warn = TRUE) {
7474
"The file ", con, " is not encoded in UTF-8. ",
7575
"These lines contain invalid UTF-8 characters: "
7676
),
77-
paste(c(head(i), if (n > 6) "..."), collapse = ", ")
77+
paste(c(utils::head(i), if (n > 6) "..."), collapse = ", ")
7878
)
7979
}
8080
x

0 commit comments

Comments
 (0)