Skip to content
Prev 49237 / 63424 Next

'library' or 'require' call not declared from: 'rgl'

Did you intend rgl to be optional? If so, then you should use Suggests: instead. When you use Imports: it will load rgl automatically so require() does't make sense (since it will be always TRUE).

Cheers,
Simon