Re: [R] "Error: C stack usage is too close to the limit" (can't understand explanations of how to fix this)

2009-06-01 Thread anon36
I can't find any file called Rinterface.h on my computer. What folder is it supposed to be in? >you can find the R_CStackLimit in Rinterface.h >after that you will know how to use it! >>Apparently the way to deal with this error message is to set >> R_CStackLimit = (uintptr_t)-1 >>I tried typin

[R] "Error: C stack usage is too close to the limit" (can't understand explanations of how to fix this)

2009-05-21 Thread anon36
Apparently the way to deal with this error message is to set R_CStackLimit = (uintptr_t)-1 I tried typing this in the R console, but it says Error: object "R_CStackLimit" not found. So where do I type it? In one of the initialization files that R uses when it starts up? I can't find the answer a