R/zzz.R

Defines functions .First.lib

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

Try the clusterStab package in your browser

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

clusterStab documentation built on Nov. 8, 2020, 8:23 p.m.