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
nldoc/nlrx documentation built on Sept. 8, 2024, 6:39 a.m.