R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  msg <-
    paste("The {hotfun} project is no longer maintained.",
          "All functions have been exported to other packages.",
          "Visit 'www.danieldsjoberg.com/hotfun/' for details.")
  packageStartupMessage(msg)
}
ddsjoberg/hotfun documentation built on Dec. 12, 2021, 3:41 a.m.