Re: [R-pkg-devel] R CMD check Rcpp_1.0.1.tar.gz error

2019-06-17 Thread Dirk Eddelbuettel
Howdy, There is a dedicated list for Rcpp we recommend users use... On 17 June 2019 at 20:56, Wang, Zhu wrote: | installing *source* package 'Rcpp' ... | ** package 'Rcpp' successfully unpacked and MD5 sums checked | ** using non-staged installation | ** libs | g++ -std=gnu++11 -I"/usr/shar

Re: [R-pkg-devel] R CMD check Rcpp_1.0.1.tar.gz error

2019-06-17 Thread Wang, Zhu
Indeed it is from .R/Makevars. Thanks! From: Ben Bolker Sent: Monday, June 17, 2019 4:03 PM To: Wang, Zhu Cc: R-package-devel@r-project.org Subject: Re: [R-pkg-devel] R CMD check Rcpp_1.0.1.tar.gz error This looks like it's caused by the quotation marks around the compiler flags

Re: [R-pkg-devel] R CMD check Rcpp_1.0.1.tar.gz error

2019-06-17 Thread Ben Bolker
This looks like it's caused by the quotation marks around the compiler flags ("-g ... "), but I couldn't tell you how they got there or how to get rid of them ... On Tue, Jun 18, 2019, 6:57 AM Wang, Zhu wrote: > Dear all, > > For some reason, I couldn't install Rcpp > https://cran.r-project.org/

[R-pkg-devel] R CMD check Rcpp_1.0.1.tar.gz error

2019-06-17 Thread Wang, Zhu
Dear all, For some reason, I couldn't install Rcpp https://cran.r-project.org/web/packages/Rcpp/index.html, and R CMD check generated the error message below. I also attached Makeconf file referred below. Thanks for your attention. Zhu Wang installing *source* package 'Rcpp' ... ** package '