R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname = find.package("PPtreeregViz"), pkgname = "PPtreeregViz") {

  # CRAN Note avoidance
  utils::globalVariables(
    c(
      ".", ".N", ".I", ".GRP", ".SD"
    )
  )
  invisible()
}

Try the PPtreeregViz package in your browser

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

PPtreeregViz documentation built on Dec. 24, 2022, 1:50 a.m.