R/zzz.R

Defines functions .onLoad

## called on startup
## .First.lib = function(...) {
##   cat("\n\nP M G\n")
##   cat("To restart pmg, use the command:\n")
##   cat("pmg()\n")

##   pmg()
## }

## when we have a namespace, we can do this.
.onLoad <- function(...){
  cat("Loading mcaGUI()\n")
  
  print("You can access the mcaGUI vignette by browsing to:  ")
  print(system.file("doc","An_Introduction_and_User_Guide_for_mcaGUI.pdf",package="mcaGUI"))
  
  mcaGUI()
}

Try the mcaGUI package in your browser

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

mcaGUI documentation built on Nov. 8, 2020, 7:52 p.m.