Re: [Rcpp-devel] Another rcpp package for examples

2012-05-23 Thread Peter deVoil
> | particular nastiness involved on windows platforms as the model is > | built with MSVC, yet calls GCC code (ie Rcpp) via extern "C". > > This comes up every now and then, and folks would surely love to see a good > tutorial and walk-through. I'll have a go at it. Don't know how I'll go with th

Re: [Rcpp-devel] Another rcpp package for examples

2012-05-23 Thread Dirk Eddelbuettel
Hi Peter, Thanks for announcing this here. Always nice to hear about use cases involving Rcpp and RInside. On 23 May 2012 at 16:09, Peter deVoil wrote: | Folks, | | May I thank the Rcpp community for providing such a useful package. | | For your records, may I let you know that the farming sy

Re: [Rcpp-devel] Another rcpp package for examples

2012-05-23 Thread Smith, Dale
"There is particular nastiness involved on windows platforms as the model is built with MSVC, yet calls GCC code (ie Rcpp) via extern "C"." I was not aware this particular nastiness was possible. At some point I'll look at your code to see what it's doing. This particular nastiness may actually si