[Rcpp-devel] Compiled/installed version mismatch

2014-04-05 Thread Xavier Robin
A user of my CRAN package (pROC) reported getting the following error: > Error in delongPlacementsCpp(roc) : > > function 'enterRNGScope' not provided by package 'Rcpp' > (delongPlacementsCpp is a function of my package that does *not* use the runif sugar.) He was using a slightly older version

Re: [Rcpp-devel] Compiled/installed version mismatch

2014-04-05 Thread Dirk Eddelbuettel
On 5 April 2014 at 18:18, Xavier Robin wrote: | So my question is: how can I avoid this problem in the future? We try to be very clear and attempted to broadly communicate the need for rebuilds when Rcpp 0.11.0 was released. | Right now I'm going to push an update that will require Rcpp 0.11.1,

Re: [Rcpp-devel] Compiled/installed version mismatch

2014-04-05 Thread Xavier Robin
Dear Dirk, Thanks for your answer. On 05. 04. 14 19:15, Dirk Eddelbuettel wrote: > We try to be very clear and attempted to broadly communicate the need for > rebuilds when Rcpp 0.11.0 was released. I was more or less aware of if - although I didn't quite realize the full extent and implications

Re: [Rcpp-devel] RcppMLPACK ?

2014-04-05 Thread James Li
Hello Damian and other Rcpp Devs, I am extremely interested in putting in (non-trivial) time into something like this - but I am not sure I am expert enough to head such a project. My question to you is: have you or anyone else started a project like this that I can contribute to? And if not, cou

Re: [Rcpp-devel] RcppMLPACK ?

2014-04-05 Thread Qiang Kou
Hi, I think we can try to start this in the summer, since I am also a little busy as a student. I my opinion, we can follow the structure of RcppArmadillo and start from 'as' and 'wrap' functions for matrix structure in mlpack. Best, KK On Sat, Apr 5, 2014 at 10:10 PM, James Li wrote: > Hell

Re: [Rcpp-devel] RcppMLPACK ?

2014-04-05 Thread Dirk Eddelbuettel
James, Qiang, On 5 April 2014 at 23:33, Qiang Kou wrote: | Hi, I think we can try to start this in the summer, since I am also a little | busy as a student. | | I my opinion, we can follow the structure of RcppArmadillo and start from 'as' | and 'wrap' functions for matrix structure in mlpack.

Re: [Rcpp-devel] Compiled/installed version mismatch

2014-04-05 Thread Dirk Eddelbuettel
Xavier, On 5 April 2014 at 23:20, Xavier Robin wrote: | Is there a way to force a reinstallation on his side? From the rest of I am not sure. For my use case, which is generally Linux and installation from source, I provided parts of a script. It resides over in the rcpp-logs repo, and I pointed