R/zzz_zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {

  # BASE is an empty environment defined by new.env()
  # Build the BASE class at load-time
  class_BASE(BASE)
}

Try the bandicoot package in your browser

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

bandicoot documentation built on May 29, 2024, 8:01 a.m.