Re: [Rcpp-devel] Rcpp, bigmemory, package creation

2013-04-10 Thread JJ Allaire
Alex, Did you add an entry for bigmemory in the Depends field of the package DESCRIPTION file? That would certainly explain the errors you are seeing. J.J. On Wed, Apr 10, 2013 at 12:50 PM, Alex Ustian wrote: > Sorry for this double post, I am now correctly subscribed to the list! > > Hello, >

Re: [Rcpp-devel] Rcpp, bigmemory, package creation

2013-04-10 Thread Dirk Eddelbuettel
Alex, On 10 April 2013 at 15:50, Alex Ustian wrote: | Sorry for this double post, I am now correctly subscribed to the list! No double post. If you're not subscribed, it just goes to some electronic bin... | I'm having an issue building a package (named bigExplore) in RStudio which uses | both

[Rcpp-devel] Rcpp, bigmemory, package creation

2013-04-10 Thread Alex Ustian
Sorry for this double post, I am now correctly subscribed to the list! Hello, I'm having an issue building a package (named bigExplore) in RStudio which uses both Rcpp and the MatrixAccessor from bigmemory. All of my functions seem to work fine when I was interactively developing them via source