R/startup.R

Defines functions onAttach

.onAttach <- function(libname, pkgname) {

	c.config <- lsgl.c.config()

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

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

}

Try the lsgl package in your browser

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

lsgl documentation built on May 29, 2017, 11:43 a.m.