R/zzz.R

.onAttach <- function(lib, pkg){
  info <- packageDescription("FIACH")
  packageStartupMessage(
    paste('FIACH ',info$Version,":"," For the Graphical User Interface enter GUI() into the console", sep="")
 )
}

Try the FIACH package in your browser

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

FIACH documentation built on May 1, 2019, 8:02 p.m.