Re: [Rcpp-devel] Package checking using R-devel (3.1) and Rcpp

2013-09-24 Thread Robert Bruggner
Dirk, Simon, Thank you for such a quick response! I really appreciate the help. It sounds like things are slightly out of my control for the moment but will note the upcoming changes to the Rcpp codebase in my CRAN submission. Also, thank you for the pointer to the Makevars information and the

Re: [Rcpp-devel] Package checking using R-devel (3.1) and Rcpp

2013-09-24 Thread Simon Zehnder
Hi Rob, when I download the latest version Rclusterpp 0.12.1 I see in the Makevars the typical PKG_LIBS += `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` -fopenmp. In there the function Rcpp:::LdFlags() calls internally RcppLdFlags() (see line 84 in the RcppLdpath.R file). Looking into the R fol

Re: [Rcpp-devel] Package checking using R-devel (3.1) and Rcpp

2013-09-24 Thread Dirk Eddelbuettel
Hi Robert. On 24 September 2013 at 13:21, Robert Bruggner wrote: | Hi Rcpp-devel, | | I'm new to the Rcpp game so apologies if this question has be erroneously posted to this list. Yes, it is absolutely the correct list. | I've recently taken over maintenance of a package (Rclusterpp) that