R/startup.R

.onAttach <- function(libname, pkgname) {

	c.config <- msgl.c.config()

  if(c.config$timing) packageStartupMessage("msgl: runtime profiling is on")

	if(c.config$debugging) packageStartupMessage("msgl: Compiled with debugging on -- this may slow down runtime")

}

Try the msgl package in your browser

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

msgl documentation built on May 8, 2019, 9:03 a.m.