Skip to content

Commit 2e67cc2

Browse files
committed
add nocov
1 parent 2bcfc6c commit 2e67cc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/fread.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# nocov start
12
# S3 generic for reopening connections in binary mode
23
reopen_connection = function(con, description, ...) {
34
UseMethod("reopen_connection")
@@ -31,6 +32,7 @@ reopen_connection.unz = function(con, description, ...) {
3132
reopen_connection.pipe = function(con, description, ...) {
3233
pipe(description, "rb")
3334
}
35+
# nocov end
3436

3537
fread = function(
3638
input="", file=NULL, text=NULL, cmd=NULL, sep="auto", sep2="auto", dec="auto", quote="\"", nrows=Inf, header="auto",

0 commit comments

Comments
 (0)