Learn R Programming

mbg (version 1.1.0)

.onAttach: Behavior when attaching the mbg package

Description

Behavior when attaching the mbg package

Usage

.onAttach(libname, pkgname)

Value

(invisible) A message may be printed to the console.

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.