R/AFirst.lib.s

Defines functions .onAttach

## $Id$

.noGenenerics <- TRUE  # faster loading as new methods not used

.onAttach <- function(libname, pkgname, ...) {
  verbose <- .Options$Hverbose
  if(length(verbose) && verbose)
    packageStartupMessage("Hmisc library by Frank E Harrell Jr\n\n",
        "Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview')\n",
        "to see overall documentation.\n")
  invisible()
}

Try the Hmisc package in your browser

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

Hmisc documentation built on Sept. 12, 2023, 5:06 p.m.