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

2009-05-23 Thread goon83
you can find the R_CStackLimit in Rinterface.h after that you will know how to use it! ÔÚ2009-05-21?17:53:54£¬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_CStac

[R] About " Error: C stack usage is too close to the limit"--resend

2009-05-18 Thread goon83
Hi everyone! I meet one problem when embedding R in C code, when I run the the R code in one child thread , it always print error info: Error: C stack usage is too close to the limit I also try to set R_CStackLimit = (uintptr_t)-1 to disable the C stack check as the R-ext doc say,

[R] About " Error: C stack usage is too close to the limit"

2009-05-17 Thread goon83
Hi everyone! I meet one problem when embedding R in C code, when I run the the R code in one child thread , it always print error info: Error: C stack usage is too close to the limit I also try to set R_CStackLimit = (uintptr_t)-1 to disable the C stack check as the R-ext doc say,

Re: [R] How to call time series functions from C ?

2009-05-07 Thread goon83
tion tks? ? ?bin?dong? ?goo...@126.com ?Buaa,?Beijing?PR?China ÔÚ2009-05-07?23:05:47£¬"Duncan?Murdoch"??дµÀ£º >On?5/7/2009?10:55?AM,?goon83?wrote: >>?hi?Duncan, >>?? >>?tks?for?you?response,?it's?depressed?to?know?that?i?can?not?use?time?series?of?R?to?finish?m

Re: [R] How to call time series functions from C ?

2009-05-07 Thread goon83
code. Can you give me some suggestion about how to use time series of R in C code? tks bin dong goo...@126.com Buaa, Beijing PR China ÔÚ2009-05-07?21:51:13£¬"Duncan?Murdoch"??дµÀ£º >On?5/7/2009?9:24?AM,?goon83?wrote: >>?Hi?everyone,

[R] How to call time series functions from C ?

2009-05-07 Thread goon83
Hi everyone, I meet the problem to call R from C. Can someone tell me is it possible to call time series functions(such as ar and arima)from C program on linux platform, and then compile the C program to a standalone executable file? I know we can call some function defined in Rmath.h