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")

}
nielsrhansen/lsgl documentation built on Feb. 11, 2024, 8:07 a.m.