Skip to content
Prev 8938 / 12125 Next

[R-pkg-devel] CRAN submission - Specified C++11

Dear R-developers,

I apologize if this issue has been already resolved, I could not find any
solution in your archives.

I recently submitted a package to CRAN. In the "src/Makevars" file I
put CXX_STD
= CXX11 to specify C++11 code. This causes my package to fail the automatic
checks, which raise the following note:

*"checking C++ specification ... NOTE*
* Specified C++11: please drop specification unless essential"*

Specifying C++11 is necessary to make my package work. How can I solve
this?

Best