R/global.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{
  # make data set names global to avoid CHECK notes
  utils::globalVariables("where")
  invisible()
}
sunsmiling/PPtreeregViz documentation built on Oct. 12, 2023, 11:15 a.m.