Skip to content
Prev 300082 / 398506 Next

Running R from the command line: weird problem

On 13/07/2012 9:46 AM, Abhi Raghavan wrote:
I would guess a likely cause of this is that there really are nuls in 
your something.R file.  Do you have a binary editor that can look at it?

There are lots of other possibilities too, e.g. something is writing out 
of bounds and putting nuls into strings in memory.  Those are likely 
harder to track down, so I'd look in the file first.

Duncan Murdoch