Re: [Rcpp-devel] Broken wrapper code using .Call in R 3.0

2013-05-14 Thread Silkworth,David J.
Oh, I found it. Not a version issue. Seems I had reorganized some Rcpp functions into a single .cpp file and had not let SVN know it was an ADD. Happened early in the 2 week delay (due to version change no doubt) for "nightly" build and I had forgotten about it. Since it was an SVN problem m

Re: [Rcpp-devel] Broken wrapper code using .Call in R 3.0

2013-05-14 Thread Dirk Eddelbuettel
On 14 May 2013 at 17:54, Silkworth,David J. wrote: | I am having trouble with broken builds on R-forge with code that never changed | since previous builds, (I even had a successful previous build with R-3.0.1!!) That happens to everyone... Even Rcpp itself is at times broken. | The error

[Rcpp-devel] Broken wrapper code using .Call in R 3.0

2013-05-14 Thread Silkworth,David J.
I am having trouble with broken builds on R-forge with code that never changed since previous builds, (I even had a successful previous build with R-3.0.1!!) The error does not appear until example code in the man pages is run for functions including .Call() for my RcppArmadillo code. The Error

Re: [Rcpp-devel] using Rcpp modules to expose class

2013-05-14 Thread Dirk Eddelbuettel
On 14 May 2013 at 16:17, Anwar Ludin wrote: | Thanks guys! This is exactly what I was looking for...tested it & works :-) Nice. Now it would be even nicer for the rest of us if between you and Robin someone could volunteer to document this in either a new section for the vignette or a co

Re: [Rcpp-devel] using Rcpp modules to expose class

2013-05-14 Thread Anwar Ludin
Thanks guys! This is exactly what I was looking for...tested it & works :-) On 05/13/2013 10:06 PM, Robin Girard wrote: Actually I have integrated more complex classes copying Romain's example. This included polymorphism (see the answers and discussion around question with subject "Module with