File: loadRGL.R

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