Hello there, This error happens if you did not finish reading from the pipe.
E.g. I have this function in my local zshrc, to read tsv files with less in terminal width ... readdelim() { Rscript -e "options(width=$COLUMNS); read.delim('$1', check.names=FALSE, na='N/A')" | less } ... and if the tsv file has many lines I did not scroll completely to the bottom (read all of the pipe into less), I also get that error from the R end of the pipe. R
signature.asc
Description: PGP signature
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.