Skip to content
Prev 7673 / 10988 Next

[Rcpp-devel] Rcpp release candidate

On 5 June 2014 at 04:21, JJ Allaire wrote:
| I couldn't reproduce this on Windows 7 with R 3.1 (which should have been
| using?USE_CXX1X="yes" under the hood resulting in -std=c++0x passed to gcc).
| 
| However, I have this change which should make the cpp11 plugin automatically
| pass -std=c++0x when on R <= 3.0:
| 
| https://github.com/RcppCore/Rcpp/pull/148
| 
| Does that work for you? You can install with:
| 
| devtools::install_github("RcppCore/Rcpp", ref = "feature/windows-c++0x")

And it is now in the master branch -- thanks!

Dirk