Re: [Rcpp-devel] libRInside.a and "base package"

2012-09-05 Thread Dirk Eddelbuettel
Dan, I corrected the build on Windows to always produce a static 64 bit library. With that, and another small improvement in the Makefile.win in the examples/standard directory, things now 'just work' for me in win7 64bit. I'll probably upload this version to CRAN in a day or two. If you need it

[Rcpp-devel] module/S4 retval

2012-09-05 Thread Richard Downe
I would like to be able to create object factories in my rcpp module, such that I can call classA::GetInitializedB(), and get an S4 object (module instance?) back. From what I can tell, the "module" class definition macros are not quite flexible to permit this, but I'm wondering if there's a way