The bare minimum to import rgl and pass on Travis.
The key thing as per r help(rgl::rgl.useNULL)
is to put this in .travis.yml
before_install:
- "export RGL_USE_NULL=TRUE
The bare minimum to import rgl and pass on Travis.
The key thing as per r help(rgl::rgl.useNULL)
is to put this in .travis.yml
before_install:
- "export RGL_USE_NULL=TRUE