R/aaa.r

Defines functions .onAttach

.onAttach <- function(lib, pkg) {

	ver <- read.dcf(file=system.file('DESCRIPTION', package = pkg), fields = 'Version')
	packageStartupMessage(paste0('This is ', pkg, ' ', ver, '.'))
	packageStartupMessage(paste0('Potential back-incompatible changes starting starting with omnibus 1.2.12:'))
	packageStartupMessage(paste0('* mergeLists() now uses `...` as arguments, not `list1` and `list2`.'))
	
}

Try the omnibus package in your browser

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

omnibus documentation built on Sept. 17, 2024, 5:09 p.m.