R/onAttach.R

Defines functions .onAttach

#'
#' @noRd
#' @author `r .writeDoc_Authors("BH")`
#'
.onAttach <- function(libname, pkgname) {
  # needed for testing CSU when CS is not loaded
  if (is.null(getOption("ChemoSpecGraphics"))) options(ChemoSpecGraphics = "base")
}

Try the ChemoSpecUtils package in your browser

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

ChemoSpecUtils documentation built on May 31, 2023, 5:56 p.m.