R/zzz.R

Defines functions .onUnload .onLoad

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

.onUnload <- function( libpath ) {
  library.dynam.unload( "genefilter", libpath )
}

Try the genefilter package in your browser

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

genefilter documentation built on Jan. 23, 2021, 2:01 a.m.