File: loadRGL.R

package info (click to toggle)
misc3d 0.4-0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 220 kB
  • sloc: sh: 22; makefile: 1
file content (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
loadRGL <- function() {
    if (! suppressWarnings(require(rgl,quietly=TRUE)))
        stop("rgl is mot available")
}