File: AFirst.lib.s

package info (click to toggle)
hmisc 5.2-4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,044 kB
  • sloc: asm: 28,905; f90: 590; ansic: 415; xml: 160; fortran: 75; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
## $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()
}