R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
	info <- paste0(pkgname, " (v", utils::packageVersion(pkgname), "). For more information on the methodology, visit <https://www.kylebutts.github.io/did2s>")

	cit <- utils::citation(pkgname)
	txt <- paste(c(info, format(cit,"citation")),collapse="\n\n")
	packageStartupMessage(txt)
}

Try the did2s package in your browser

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

did2s documentation built on April 7, 2023, 5:09 p.m.