R/zzz.R

Defines functions .onAttach

 
.onAttach <- function(libname, pkgname) {
	
		currVersion <- as.character(utils::packageVersion("erah"))

	            erah.logo <- paste0("\n
      _____        _      
     |  __ \\      | |        eRah R package:
  ___| |__) | __ _| |__   	 ----------------
 / _ \\  _   // _` |  _ \\     Untargeted GC-MS metabolomics profiling 
|  __/ |  \\ \\ (_| | | | |    
 \\___|_|   \\_\\__,_|_| |_|    Version ", currVersion, "
 
 - Type 'citation('erah')' for citing this R package in publications. 
 - Type 'vignette('eRahManual', package='erah')' for a tutorial on eRah's usage. 
 - For bugs, problems and issues, please do not hesitate in contacting xavier.domingoa@eurecat.org.")

   packageStartupMessage(erah.logo)   
 	
}    

Try the erah package in your browser

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

erah documentation built on May 11, 2021, 9:11 a.m.