Working on a CRAN update for ctsem, when trying out the new R setup I’m noticing very slow compiling of stan models. I understand we might see a new rstan at some point, but are there any updates to makevars recommendations? I’ve assumed that the old lines specifying how to find cxx14 compilers etc are unnecessary and just have:
CXX14FLAGS=-O2 -mtune=native -march=core2
CXX11FLAGS=-O2 -mtune=native -march=core2
Also, for anyone reading / searching this topic, make sure your old rtools (ie 3.5) are not in the system path.