R/zzz.R

Defines functions .onLoad

#Used to load backports functions. No need to touch, but must always be included somewhere.
.onLoad <- function(libname, pkgname) {
  backports::import(pkgname)
}
ngreifer/lmw documentation built on Feb. 14, 2024, 10:53 p.m.