R/zzz.R

Defines functions .onAttach

.onAttach <- function(library, pkg)
{
  # require("stats4")  
  # require("methods")
  # require("mnormt")
  # require("numDeriv")
  if(interactive())
  {
    # pkg <- Package("sn")
    meta <- packageDescription("sn")
    overview <- 'help("overview-sn")'
    packageStartupMessage(
      "Package 'sn', ", meta$Version, " (", meta$Date, "). \n",
      "Type 'help(SN)' and '", overview, "' for basic information.\n",
      "The package redefines function 'sd' but its usual working is unchanged.")
  }
  invisible()
}

Try the sn package in your browser

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

sn documentation built on April 5, 2023, 5:15 p.m.