blob: 213d96fe8f10039305f9e04bb8b687861734aba2 [file] [log] [blame]
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @importFrom utils citation
.onAttach<-function(libname, pkgname){
requireNamespace("utils")
cit<-citation(pkgname)
txt<-paste(c(format(cit,"citation")),collapse="\n\n")
packageStartupMessage(txt)
}
## usethis namespace: end
NULL