R/zzz.R

Defines functions onAttach

.onAttach <- function(lib, pkg) {
    if(interactive() && .Platform$OS.type == "windows" && .Platform$GUI == "Rgui"){
      addVigs2WinMenu("CluMix")
    }
}

Try the CluMix package in your browser

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

CluMix documentation built on Jan. 21, 2019, 5:05 p.m.