dot-onAttach.Rd
The function is called when the package is loaded through the library or require functions. It prints a message to the console.
library
require
.onAttach(libname, pkgname)
The library name
The package name
Nothing