I can't current submit this to CRAN, because they now demand removing CXX_STD=CXX11 from Makevars. That bumps the standard to whatever a system has, but this pkg currently fails when compiled with C++17. The solution is documented in https://github.com/mpadge/settest.
I can't current submit this to CRAN, because they now demand removing
CXX_STD=CXX11
from Makevars. That bumps the standard to whatever a system has, but this pkg currently fails when compiled with C++17. The solution is documented in https://github.com/mpadge/settest.