R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
  "The 'tkrgl' package functions have been moved to the 'rgl' package.
   Their names have been prefixed with 'tk', i.e. they have been 
   renamed to 'tkpar3dsave', 'tkspin3d', and 'tkspinControl'.  Please
   switch to that package as 'tkrgl' is no longer maintained.")
}

Try the tkrgl package in your browser

Any scripts or data that you put into this service are public.

tkrgl documentation built on April 14, 2020, 5:51 p.m.