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