Blame | Last modification | View Log | Download | RSS feed
Tests of support fo C++ Standards=================================R itself does not use C++, put provides suppoert for packages to do sovia etc/Makeconf, used by R CMD INSTALL. The 'configure' script findssuitable settings for the CXX* macros, but it is not used on Windows.The test packages in this directory are to allow the settings to betested, especially on Windows.For each standard to be tested, do something likemkdir LibsR CMD build testCXX17R CMD INSTALL testCXX17_1.0.0.tar.gz -l Libsrm -r Libs testCXX17_1.0.0.tar.gzC++11 and C++14 are only supported in R < 4.6.0 so their test packagesshould fail to install on R >= 4.6.0. The other standards aresupported in recent versions of R (C++26 for R >= 4.5.3 on Windowss).