Re: [Rcpp-devel] Using older RInside/Rcpp without operator[]?

2011-07-08 Thread Dirk Eddelbuettel
On 8 July 2011 at 14:10, Matthew Levinson wrote: | I use RInside and Rcpp packages to make a few R calls from C++ for a | bioinformatics project I'm doing.  I'm trying to get my code working on a big | cluster on campus to speed up the analysis I need to do on real data now that | my methodologica

[Rcpp-devel] Using older RInside/Rcpp without operator[]?

2011-07-08 Thread Matthew Levinson
I use RInside and Rcpp packages to make a few R calls from C++ for a bioinformatics project I'm doing. I'm trying to get my code working on a big cluster on campus to speed up the analysis I need to do on real data now that my methodological development is done. The admins for that cluster were o

Re: [Rcpp-devel] Rcpp modules: Derived class - exposing method from base class?

2011-07-08 Thread Romain Francois
Le 08/07/11 14:22, Jonas Rauch a écrit : Hi Romain, glad to hear that! Although I solved my original problem with the workaround described, I would be happy to do some testing when you have a solution. Noted :-) On Fri, Jul 8, 2011 at 2:00 PM, Romain Francois mailto:rom...@r-enthusiasts.com>

Re: [Rcpp-devel] Rcpp modules: Derived class - exposing method from base class?

2011-07-08 Thread Jonas Rauch
Hi Romain, glad to hear that! Although I solved my original problem with the workaround described, I would be happy to do some testing when you have a solution. On Fri, Jul 8, 2011 at 2:00 PM, Romain Francois wrote: > Le 07/07/11 15:18, Romain Francois a écrit : > > Le 15/06/11 14:57, Douglas B

Re: [Rcpp-devel] Rcpp modules: Derived class - exposing method from base class?

2011-07-08 Thread Romain Francois
Le 07/07/11 15:18, Romain Francois a écrit : Le 15/06/11 14:57, Douglas Bates a écrit : On Wed, Jun 15, 2011 at 6:38 AM, Jonas Rauch wrote: Hey again, just to clarify: The final solution was to implement all methods of the derived class that are to be exposed to R and to call the method of the