dmurdoch/rgl

Use CXX11 in old R versions but not new ones.

dmurdoch opened this issue · 1 comments

Currently rgl 1.0.15 probably won't compile on anything older than R 3.6.2, because the C++ standard used is the default one. We need to modify the configuration scripts so that CXX11 is specified in old versions of R.

Fixed by #332