Re: [Rcpp-devel] Error with NumericMatrix using SourceCpp

2014-01-02 Thread Jaime Ashander
I can't reproduce your error, but had some similar issues before updating gcc and reinstalling Rcpp. Providing output of > sessionInfo() from R, and details on compiler versions might help others point you to a more specific solution. - jaime For reference, I have gcc i686-apple-darwin10-llvm-gc

Re: [Rcpp-devel] Rcpp+bigmemory+inline

2014-01-27 Thread Jaime Ashander
My only idea, based on the snip below, is that maybe boost headers are not installed, or installed to a directory other than where bigmemory knows to look. In recent versions Bigmemory uses headers via the BH package, which I guess should be installed via dependencies. Providing your sessionInfo()

Re: [Rcpp-devel] Bizarre Rcpp::XPtr problem on GCC

2015-05-20 Thread Jaime Ashander
Hmm. Thr gist looks like it might provide a MWE? Anyway, if it looks like a possible bug you could file it at the bugreports link from description: https://github.com/RcppCore/Rcpp/issues - Jaime On Wed, May 20, 2015 at 5:51 PM, Hao Ye wrote: > Kevin, > I think Dirk is looking for a MW