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 }
..
Hi,
```R
> sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux bullseye/sid
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.1
2 matches
Mail list logo