R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  if(interactive())
    packageStartupMessage("Enter mldrGUI() to launch mldr's web-based GUI")
}
fcharte/mldr documentation built on Dec. 16, 2019, 12:56 p.m.