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")
}
bryanhanson/ChemoSpecUtils documentation built on Feb. 6, 2024, 6:40 a.m.