R/zzz.R

Defines functions .onAttach

#' @importFrom utils packageVersion
NULL

.onAttach <- function(libname, pkgname) {
  # Get the package version
  version <- utils::packageVersion(pkgname)
  # Console message for additional information
  packageStartupMessage(paste(pkgname, version, "\n"))
}

Try the hdar package in your browser

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

hdar documentation built on June 17, 2025, 5:08 p.m.