R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg){
	welcomeMsg <- "\n==============================================\n    This eatPrep version is deprecated.\n   Latest version can be found on GitHub.\n                   Please use\n> devtools::install_github(\"sachseka/eatPrep\")\n          to install latest version.\n==============================================\n" 
	packageStartupMessage ( welcomeMsg )
	#invisible ( welcomeMsg )
}

Try the eatPrep package in your browser

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

eatPrep documentation built on May 2, 2019, 5:20 p.m.