Why do these #include RcppArmadillo cause R to compile Rcpp code with C++11 instead of C++17 on Ubuntu 22.04?
I have recently started using a machine with Ubuntu 22.04 and I find that my existing (windows) .cpp files are no longer compiling with sourceCpp. The issue is that I require a compilation with at least C++14, and in fact…