Re: [Rcpp-devel] RInside on Visual Studio

2010-04-02 Thread Dirk Eddelbuettel
On 31 March 2010 at 07:35, Dan Benčík wrote: | Dear guys, | | is there any possibility to use the RInside and RCpp libraries in Visual Studio? I tried to manually download both libraries and set up a VS project, but the linker failed to recognize the functions used in the code in libRInside.a

Re: [Rcpp-devel] Using loess() from Rcpp

2010-04-02 Thread Dirk Eddelbuettel
On 1 April 2010 at 17:04, Davor Cubranic wrote: | Has anyone here used R curve-fitting from Rcpp? Like loess(), for example? | Reading the R code, after a couple of layers of preliminaries to extract all | the required parameters, it ends up in C (loess_raw) and Fortran (lowesw and | lowesp). I

Re: [Rcpp-devel] Using loess() from Rcpp

2010-04-02 Thread Romain Francois
Le 02/04/10 08:35, Romain Francois a écrit : > Hello Davor, > > Rcpp gives you the tools, but it is up to you to use them. > > Le 02/04/10 02:04, Davor Cubranic a écrit : >> >> Has anyone here used R curve-fitting from Rcpp? Like loess(), for example? >> Reading the R code, after a couple of layer