R/zzz.R

Defines functions `.onAttach` `.onLoad`

`.onLoad` <-
function(libname, pkgname) {
}


`.onAttach` <-
function(libname, pkgname) {
	if (interactive()) {
		packageStartupMessage('RLImatrices ', paste(paste0(unlist(strsplit(as.character(packageVersion("RLImatrices")), "[.]")), c(".", "-", ".", "")), collapse=""),' (3-20-2023). For help: >help("RLImatrices") or visit https://centerforassessment.github.io/RLImatrices')
	}
}
CenterForAssessment/RLImatrices documentation built on March 20, 2023, 7:23 p.m.