[Rcpp-devel] Rcpp and required steps before next release

2014-01-27 Thread Dirk Eddelbuettel
All, A new Rcpp release is ready. But we need to take a few step to get to it. With considerable help from Kevin Ushey, I have spent the last two weeks testing this release against all known [but 5] CRAN dependents (and Kevin did the same for BioConductor), identifying and correcting a few last

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

2014-01-27 Thread Dirk Eddelbuettel
On 27 January 2014 at 16:15, Kevin Ushey wrote: | The error says that it can't find the boost header file | 'boost/interprocess/mapped_region.hpp'. Previously, when the article | was written, this part of boost was packaged as part of bigmemory. | Now, bigmemory links to BH | (http://cran.r-projec

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

2014-01-27 Thread Dirk Eddelbuettel
Taigo, On 27 January 2014 at 17:58, Tiago Fragoso wrote: | I'm trying to use Rcpp with bigmemory, and I'm using the exact same example | from http://gallery.rcpp.org/articles/using-bigmemory-with-rcpp/  , but I'm | encountering the following error: | | > sourceCpp("example.cpp") | In file includ

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

2014-01-27 Thread Kevin Ushey
The error says that it can't find the boost header file 'boost/interprocess/mapped_region.hpp'. Previously, when the article was written, this part of boost was packaged as part of bigmemory. Now, bigmemory links to BH (http://cran.r-project.org/web/packages/BH/index.html), a CRAN package assembled

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()

[Rcpp-devel] Rcpp+bigmemory+inline

2014-01-27 Thread Tiago Fragoso
Hi all, I'm trying to use Rcpp with bigmemory, and I'm using the exact same example from http://gallery.rcpp.org/articles/using-bigmemory-with-rcpp/ , but I'm encountering the following error: > sourceCpp("example.cpp") In file included from /home/tiago/R/x86_64-pc-linux-gnu-library/3.0/bigmemor