R/zzz.R

Defines functions .onAttach

#  ZZZ.R
.onAttach <- function(lib, pkg)
{	
    #load compiled C-code	
    library.dynam("SIM", pkg, lib)
    
    #for using the genes x samples format of the data	
    gt.options(transpose=TRUE)
    
    #add vignette to windowsmenu
    #if(interactive() && .Platform$OS.type == "windows" &&
    #        .Platform$GUI == "Rgui"){
    #    addVigs2WinMenu("SIM")
    #}
}
rxmenezes/SIM documentation built on March 31, 2020, 12:51 a.m.