R/init.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  ## turn the GSL error handler off so the GSL does not abort R in case of error
  gslErrorHandlerOff()
}
helske/Rlibeemd documentation built on Sept. 9, 2023, 8:13 a.m.