R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  backports::import(pkgname, c("isFALSE", "trimws"))

  # Soft load installed packages with methods for `tidy()` and `glance()`
  rlang::is_installed(c("broom", "broom.mixed", "parameters", "performance"))
}

Try the crossmap package in your browser

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

crossmap documentation built on Jan. 13, 2023, 1:13 a.m.