.onAttach {mbg} | R Documentation |
Behavior when attaching the mbg package
Description
Behavior when attaching the mbg package
Usage
.onAttach(libname, pkgname)
Arguments
libname |
(character(1)) A character string giving the library directory where the package defining the namespace was found. |
pkgname |
(character(1)) A character string giving the name of the package. |
Details
Yields a message if the INLA package namespace is not available.
Value
(invisible) A message may be printed to the console.
[Package mbg version 1.1.0 Index]