R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(crayon::red(pkgname, " for IHEID\n",
                                    "Version ",
                                    utils::packageVersion("iheiddown"),
    " created on ",
    utils::packageDescription("iheiddown", fields = "Date"),
    "\n"
  )
  )
}

utils::globalVariables(c("value", "is_code", "start_end", "start_comment", "end_comment"))

Try the iheiddown package in your browser

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

iheiddown documentation built on May 8, 2026, 9:07 a.m.