Revision 1f43af8328d17a1e798556dff65148fe3dcc9dd0 authored by Frank E Harrell Jr on 02 March 2014, 00:00:00 UTC, committed by Gabor Csardi on 02 March 2014, 00:00:00 UTC
1 parent bfdcc04
Raw File
AFirst.lib.s
## $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()
}
back to top