R/about.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  if (!capabilities('long.double')) {options(matprod = 'internal')}
  # packageStartupMessage({
  #   "Dependencies for rbgumbel function: MCMCpack, coda, MASS."
  # })
}

Try the bgumbel package in your browser

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

bgumbel documentation built on April 1, 2021, 1:06 a.m.