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
84 stars 20 forks source link

Fix linking on Windows for upcoming version of Rtools. #412

Closed kalibera closed 4 months ago

kalibera commented 4 months ago

In an upcoming version of Rtools, there is one more dependency needed for freetype (brotli). This adds it to the linking. Also, the patch uses pkg-config, where available: this should allow some Rtools updates without followup updates in the package.