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()
}

Try the Rlibeemd package in your browser

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

Rlibeemd documentation built on Sept. 8, 2023, 5:55 p.m.