R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  msg <- paste0(
    "coda.pack ", utils::packageVersion(pkgname), "\n",
    "Attached packages: coda.base, coda.plot\n",
    "Development packages can be installed with install_coda_dev()\n",
    "Installed coda ecosystem packages can be updated with update_coda_packages()"
  )
  packageStartupMessage(msg)
}

Try the coda.pack package in your browser

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

coda.pack documentation built on April 19, 2026, 5:07 p.m.