[Rd] Re: calling optif0 in a C function

2005-02-22 Thread Emmanuel Paradis
fpls, gpls, itrmcd, a, wrk, &itncnt); inspired from what is in nlmefit.c from package nlme (also found in an older mail from Adrian Trapletti on R-devel). It sounds that optif0 is not used anywhere in R. EP Emmanuel Paradis wrote: Dear All, I am trying to use the function optif0

[Rd] calling optif0 in a C function

2005-02-18 Thread Emmanuel Paradis
whereas everything else works. It seems that I miss something simple... Any suggestion will be welcome. I use R 2.0.1 and GCC 3.3.4. Best regards, Emmanuel Paradis #include #include #include #include "ape.h" /* Here is the conten