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

`merge` is not exported #396

Closed stla closed 8 months ago

stla commented 8 months ago

Hello,

rgl::merge returns an error because merge is not exported. So I cannot import it in a package. Or how could I import it in a package? Currently I'm using Morpho::mergeMeshes, but since my package depends on rgl, I wanted to get rid of the Morpho dependency.

stla commented 8 months ago

Sorry I've just found a solution here. It seems to work.