R/zzz.r

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  op <- options()

  op.nat.nblast <- list(
    #nat.nblast.defaultsmat = 'smat.fcwb'
  )
  # only set if not already set
  toset <- !(names(op.nat.nblast) %in% names(op))
  if(any(toset)) options(op.nat.nblast[toset])

  invisible()
}

Try the nat.nblast package in your browser

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

nat.nblast documentation built on July 9, 2023, 6:12 p.m.