Re: [Rcpp-devel] Ripping C source from R

2012-07-02 Thread Dirk Eddelbuettel
On 2 July 2012 at 04:40, Silkworth,David J. wrote: | I am attempting to take a copy of the entire splines.c file and use this for | compilation into a new project (so I can call spline_basis() directly, but | preserve the identity and integrity of the original work. | | When I tried to pack this

Re: [Rcpp-devel] Ripping C source from R

2012-07-01 Thread Søren Højsgaard
Silkworth,David J. Sent: 2. juli 2012 06:40 To: [email protected] Subject: [Rcpp-devel] Ripping C source from R I am attempting to take a copy of the entire splines.c file and use this for compilation into a new project (so I can call spline_basis() directly, but preserve the

[Rcpp-devel] Ripping C source from R

2012-07-01 Thread Silkworth,David J.
I am attempting to take a copy of the entire splines.c file and use this for compilation into a new project (so I can call spline_basis() directly, but preserve the identity and integrity of the original work. When I tried to pack this code into the include for the inline cxxfunction call I end