R/zzz.R

Defines functions .onAttach

# nocov start
#' @importFrom utils packageVersion
#' @noRd
.onAttach <- function(libname, pkgname) {
  if (interactive()) {
    packageStartupMessage(pkgname, " ", packageVersion(pkgname))
  }
}
# nocov end

Try the chopin package in your browser

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

chopin documentation built on Sept. 10, 2025, 5:08 p.m.