Re: [Rd] R console freezes after several runs of compiled C code

2009-04-14 Thread Xiangyang Ye
Thanks, Simon. j<*m was the cause of the crush. I really appreciate your help. Xiangyang On Tue, Apr 14, 2009 at 5:55 PM, Simon Urbanek wrote: > > On Apr 14, 2009, at 4:57 PM, Xiangyang Ye wrote: > > Hi All, >> >> I tried my best to figure out how to deal with the freezing R console but >> with

Re: [Rd] R console freezes after several runs of compiled C code

2009-04-14 Thread Simon Urbanek
On Apr 14, 2009, at 4:57 PM, Xiangyang Ye wrote: Hi All, I tried my best to figure out how to deal with the freezing R console but with no luck. I followed the instructions of calling R_ProcessEvents() regularly but still couldn't work it out (the callings were removed from the below C c

[Rd] R console freezes after several runs of compiled C code

2009-04-14 Thread Xiangyang Ye
Hi All, I tried my best to figure out how to deal with the freezing R console but with no luck. I followed the instructions of calling R_ProcessEvents() regularly but still couldn't work it out (the callings were removed from the below C code). I am using R-2.8.1 on Windows XP service pack 3. The