R/zzz.R

Defines functions .onAttach

#R

.onAttach <- function(lib, pkg){
	if(interactive()){
		version <- packageVersion('recmap')
		packageStartupMessage("Package 'recmap' version ", version)
	  invisible()
	}
}

Try the recmap package in your browser

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

recmap documentation built on Sept. 24, 2023, 1:08 a.m.