R/init.R

#-----------------------------------------------------------------------------------------
#  package start and finish.
#-----------------------------------------------------------------------------------------

.onAttach <- function (libname, pkgname) {
	packageStartupMessage (tagline ())
	pkgs <- hazPackages()
	if (!all (pkgs)) 
		packageStartupMessage(
			"Suggested package(s) missing: ", 
			collapse (names(pkgs) [!pkgs]))
	}

.Last.lib <- function (libpath) { 
	}

Try the matR package in your browser

Any scripts or data that you put into this service are public.

matR documentation built on May 2, 2019, 6:53 a.m.