Re: [Rcpp-devel] Error: .onLoad failed in loadNamespace()

2011-05-27 Thread Dirk Eddelbuettel
Hi Laurent, On 27 May 2011 at 17:17, Laurent Gatto wrote: | Dear all, | | A basic packages with Rcpp modules produces the warning described | below, that I would ideally, with your help, get rid of. | | Rscript -e "require(Rcpp); Rcpp.package.skeleton(module=FALSE)" | R CMD check anRpackage |

[Rcpp-devel] Error: .onLoad failed in loadNamespace()

2011-05-27 Thread Laurent Gatto
Dear all, A basic packages with Rcpp modules produces the warning described below, that I would ideally, with your help, get rid of. Rscript -e "require(Rcpp); Rcpp.package.skeleton(module=FALSE)" R CMD check anRpackage produces obvious warnings related to badly formatted documentation and licen

Re: [Rcpp-devel] R.e. loadRcppModules

2011-05-27 Thread Christoph Bergmeir
Hi everybody, Just in case anyone is interested: I managed to come up with a solution that works at least for my case, but unfortunately it doesn't solve much of the general problem: save: I found a function in my code where I can assume that the objects are in a final state, and which is cal