Skip to content

R 2.13, 2.14 on an older G4

3 messages · Peter Macdonald, Martin Ellis, Simon Urbanek

#
I've been having the same problem with my G5, but haven't had time to
figure out what's going wrong.
Maybe something changed between 2.12 and 2.13 in the way that R.app
handles user input?

Martin
On 3 November 2011 19:16, Peter Macdonald <pdmmac at mcmaster.ca> wrote:
#
On Nov 3, 2011, at 3:41 PM, Martin Ellis wrote:

            
It's an old issue that we never figured out - it has to do with the way R signals errors. For some reasons the sigjmp caused by an error will destroy the stack in recent GUI versions. Unfortunately it's not something the GUI caused per se (AFAIK) but rather something that changed as a side effect of something entirely unrelated (maybe compiler versions?). The real reason is so far unknown. I'll see if I can dig deeper ...

Cheers,
Simon