-
Notifications
You must be signed in to change notification settings - Fork 59
CXX_STD = CXX11
causes CRAN note on devel
#196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Duplicate of #194 |
I think there are some places we need to update:
I'll fix those up. |
One thing I have been wondering, though, is whether or not we should set a Edit: Doh. And I wrote that before I saw your commit. And you did the Right Thing (TM) ❤️ |
CXX_STD = CXX11
causes a CRAN note. The current CRAN default is C++17 and it doesn't like you to specify an older version.The easy fix is to change the docs 11 -> 17 but that too will probably be too old someday. Perhaps the docs could just say that at least C++11 is required for RcppParallel to work but not do anything in Makevars?
Up to you how to tackle this, just wanted to make sure you were aware.
The text was updated successfully, but these errors were encountered: