Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-11-05 Thread Nicholas Rittler
When you say "unset it", do you mean physically delete the flag from the file? I don't see the pedantic flag set in my {R_HOME}/etc/Makeconf or any Makevars file locally, so I tried passing "-Wno-pedantic", but this renders warnings later on about non-portable code. On Wed, Oct 31, 2018 at 5:11

Re: [Rcpp-devel] Package Submission Barred by Pedantic

2018-11-05 Thread Qiang Kou
Hi, Nicholas, First, what you reported is a known issue from boost [1], not Rcpp. Second, this issue has been fixed in boost 1.69 [2] and the bh package still uses 1.66. Third, this warning won't block your submission to CRAN [3] [4]. I hope I answered your question. Best wishes, KK [1] http