R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage("######################################################################
Welcome to 'SOMEnv' package
Find citation details with citation(\"SOMEnv\")
Use SomEnvGUI() to start the Graphical User Interface in the default browser
For further information see the scrolling Help in the Graphical User Interface
######################################################################
")
}

Try the SOMEnv package in your browser

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

SOMEnv documentation built on July 26, 2021, 5:06 p.m.