R/zzz.R

Defines functions .First.lib

.First.lib <- function(libname, pkgname) {
  if(.Platform$OS.type == "windows" && interactive() &&
     .Platform$GUI ==  "Rgui"){
        addVigs2WinMenu("splicegear")
    }
}

Try the splicegear package in your browser

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

splicegear documentation built on Oct. 31, 2019, 7:40 a.m.