R/on-load.r

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # depends on 'colorspec' version and on whether it has been attached or not
  if (!any(grepl("colorspec", names(.Options)))) {
    options(colorSpec.logformat = "%t{%H:%M:%OS3} %l %n::%f(). %m",
            colorSpec.loglevel = "WARN",
            colorSpec.stoponerror = TRUE)
  }
}

Try the photobiologyInOut package in your browser

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

photobiologyInOut documentation built on July 26, 2023, 5:15 p.m.