R/zzz.R

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

Try the eatRep package in your browser

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

eatRep documentation built on May 2, 2019, 5:40 p.m.