Re: [Rd] How to disable R's C stack checking

2007-07-16 Thread Simon Urbanek
On Jul 6, 2007, at 6:57 AM, Ev Whin wrote: > Hi all, > > I'm developing an application on Mac OS X Darwin which embeds R. > However, the application always crashes due to the C stack checking. > I know that R_CStackLimit can be set to -1 to disable the stack > checking, but I don't know where to

[Rd] How to disable R's C stack checking

2007-07-06 Thread Ev Whin
Hi all, I'm developing an application on Mac OS X Darwin which embeds R. However, the application always crashes due to the C stack checking. I know that R_CStackLimit can be set to -1 to disable the stack checking, but I don't know where to put the code "R_CStackLimit=-1". Please give some instr