dot-onAttach function

Prints package startup message

Prints package startup message

This function is only called by R when attaching the package.

.onAttach(libname, pkgname)

Arguments

  • libname: Name of library.
  • pkgname: Name of package.

Returns

Nothing

  • Maintainer: Stephane Hess
  • License: GPL-2
  • Last published: 2025-03-12