Re: [Rcpp-devel] replacing a splines ns() call with other Rcpp attached library function

2012-06-29 Thread Douglas Bates
On Fri, Jun 29, 2012 at 6:18 AM, Silkworth,David J. wrote: > With respect to replies: >  > a) fit a decent, modern, documented C++ implementation of what is needed > > Yes, this was the question.  Can anyone help?  I am failing right here. > >> and of course if a) fails, one can always 'rip out' w

Re: [Rcpp-devel] replacing a splines ns() call with other Rcpp attached library function

2012-06-29 Thread Silkworth,David J.
With respect to replies: > a) fit a decent, modern, documented C++ implementation of what is needed Yes, this was the question. Can anyone help? I am failing right here. > and of course if a) fails, one can always 'rip out' what is underneath a > known R function and use that as a fallback. T

Re: [Rcpp-devel] replacing a splines ns() call with other Rcpp attached library function

2012-06-28 Thread Dirk Eddelbuettel
On 28 June 2012 at 08:33, Douglas Bates wrote: | On Thu, Jun 28, 2012 at 8:08 AM, Silkworth,David J. | wrote: | > Folks, I am bravely helping Gianluca Bonitta (a.k.a. bbo...@tin.it) develop | > an Rcpp solution for his thesis, he already has a functioning R prototype. | | > He has been using ns(

Re: [Rcpp-devel] replacing a splines ns() call with other Rcpp attached library function

2012-06-28 Thread Douglas Bates
On Thu, Jun 28, 2012 at 8:08 AM, Silkworth,David J. wrote: > Folks, I am bravely helping Gianluca Bonitta (a.k.a. bbo...@tin.it) develop > an Rcpp solution for his thesis, he already has a functioning R prototype. > He has been using ns() from the splines library (thank-you Doug Bates!), and > we

[Rcpp-devel] replacing a splines ns() call with other Rcpp attached library function

2012-06-28 Thread Silkworth,David J.
Folks, I am bravely helping Gianluca Bonitta (a.k.a. bbo...@tin.it) develop an Rcpp solution for his thesis, he already has a functioning R prototype. He has been using ns() from the splines library (thank-you Doug Bates!), and we are interested in identifying an alternati