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