R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nolint # nocov start
  # make data set names global to avoid CHECK notes
  utils::globalVariables(".")
  utils::globalVariables("..1")
  utils::globalVariables("..2")

  invisible()
} # nocov end
nbc/didor documentation built on Dec. 22, 2021, 12:04 a.m.