R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  #setHook(packageEvent("helfRlein", "attach", function(...) {
    packageStartupMessage(
      "----------------------------------\n",
      "Function statusbar and read_files have deprecated arguments. ",
      "For more details see help files.\n",
      "----------------------------------")
   # }))
}
STATWORX/helfRlein documentation built on Feb. 12, 2024, 2:21 a.m.