R/zzz.R

.onLoad<-function(libname, pkgname){
#create environment for results if in interactive Mode
MeHaloCoAenv<<-new.env()
# invisible()
#this allow use of tcltk functionalities
# attach(MeHaloCoAenv)
#test if we can launch runGUI()
if (interactive()){
    try(runGUI())
}
}#end .onload
 
 
yguitton/MeHaloCoA documentation built on May 3, 2019, 4:30 p.m.