Re: [Rcpp-devel] RcppEigen.package.skeleton r cmd check warning

2014-05-07 Thread Dirk Eddelbuettel
Hi Edouard, On 7 May 2014 at 21:33, Edward Roualdes wrote: | Thanks for checking this out and suggesting that it is likely just my machine.  | After a successful build / run on travis cl, we've basically confirmed that my  | machine has the issue. Thanks for reporting back. And yes, Travis (a

Re: [Rcpp-devel] RcppEigen.package.skeleton r cmd check warning

2014-05-07 Thread Edward Roualdes
Dirk, Thanks for checking this out and suggesting that it is likely just my machine. After a successful build / run on travis cl, we've basically confirmed that my machine has the issue. Thank you, Edward On Wed, May 7, 2014 at 2:32 PM, Dirk Eddelbuettel wrote: > > Edward, > > On 7 May 2014 a

Re: [Rcpp-devel] RcppEigen.package.skeleton r cmd check warning

2014-05-07 Thread Dirk Eddelbuettel
Edward, On 7 May 2014 at 12:05, Edward Roualdes wrote: | I've narrowed down this R CMD CHECK warning all the way from my code (https:// | github.com/roualdes/btf) to RcppEigen.package.skeleton() to an even smaller | example.  Any thoughts / suggestsions to get rid of this warning which will | kee

Re: [Rcpp-devel] RcppEigen.package.skeleton r cmd check warning

2014-05-07 Thread Dirk Eddelbuettel
Edward, I cannot replicate that.As you can see below, I do have -Wall -pedantic and what not on, but with my compiler (g++-4.8) everything is good. Dirk R> sourceCpp("/tmp/edward.cpp", verbose=TRUE, rebuild=TRUE) Generated extern "C" functions

[Rcpp-devel] RcppEigen.package.skeleton r cmd check warning

2014-05-07 Thread Edward Roualdes
All, I've narrowed down this R CMD CHECK warning all the way from my code ( https://github.com/roualdes/btf) to RcppEigen.package.skeleton() to an even smaller example. Any thoughts / suggestsions to get rid of this warning which will keep such packages off of CRAN are much appreciated. Below ar