R/zzz.R

Defines functions .onLoad

# .First.lib <- function(libname, pkgname, where) {
#   where <- match(paste("package:", pkgname, sep=""), search())
#   .initClasses(where)
# }
# nocov start
.onLoad <- function(libname, pkgname) {
  .initClasses()
}
# nocov end

Try the nlrx package in your browser

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

nlrx documentation built on May 31, 2023, 8:34 p.m.