dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
85 stars 20 forks source link

Use CXX11 in old R versions but not new ones. #331

Closed dmurdoch closed 1 year ago

dmurdoch commented 1 year ago

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.

dmurdoch commented 1 year ago

Fixed by #332