File: loadRGL.R

package info (click to toggle)
misc3d 0.9-2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
loadRGL <- function() {
    if (! suppressWarnings(requireNamespace("rgl",quietly=TRUE)))
        stop("rgl is mot available")
}