R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {

  # Subscribe to progress updates from anywhere
  # progressr::handlers(global = TRUE)

  # Display startup messages
  packageStartupMessage(
    paste0(
      "\nLoaded powRICLPM (", utils::packageVersion("powRICLPM"), "):\n",
      "\n  Author: Jeroen D. Mulder",
      "\n  Documentation: https://jeroendmulder.github.io/powRICLPM",
      "\n  Questions & issues: https://github.com/JeroenDMulder/powRICLPM/issues\n"
    )
  )
}
JeroenDMulder/powRICLPM documentation built on Oct. 27, 2024, 5:55 p.m.