R/zzz.R

Defines functions .onLoad

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

Try the affycoretools package in your browser

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

affycoretools documentation built on Nov. 8, 2020, 6 p.m.