Skip to content

txtStart creates a NULL file

2 messages · R. Michael Weylandt, Simon Urbanek

#
Like others in the referenced thread, I can reproduce this on Mac OS X
10.5.8 with R 2.14.1 using R.app but it works just fine from the
Terminal CLI so it's likely something in the GUI rather than R itself:
I'll forward this to R-SIG-Mac and see if Simon (Urbanek) picks it up.

Michael
On Tue, Feb 14, 2012 at 3:50 PM, Simon Kiss <sjkiss at gmail.com> wrote:
#
On Feb 14, 2012, at 8:31 PM, R. Michael Weylandt wrote:

            
Interestingly, this is a bug in R: R_ReplDLLdo1() fails to invoke top-level handlers (txtStart uses top-level handler to collect values of expressions but the handler is never called). This may be a one-liner fix but I'll have to double-check tomorrow since changes in the REPL code tend to have bad consequences.

Thanks,
Simon