Skip to content
Prev 43094 / 63424 Next

no carriage returns in BATCH output from 2.15.0

On 12-04-15 1:41 PM, Uwe Ligges wrote:
The problem is that R writes CR/LF on some lines, just LF on others.  I 
see this in 2.15.0 and R-devel.  I'll try to track it down.

To reproduce, I put these lines into test.R:

x <- 1
x
2

and then ran

Rcmd BATCH test.R

The test.Rout file has the messed up line endings.

Duncan Murdoch