R/zzz.R

.noGenerics <- TRUE

.onUnload <- function(libpath)
{
    cat("Unloading qtpaint\n")
    library.dynam.unload("qtpaint", libpath)
}

.onLoad <- function(libname, pkgname) 
{
  qlibrary(Qanviz)
}

Try the qtpaint package in your browser

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

qtpaint documentation built on May 2, 2019, 4 p.m.