R/zzz.R

Defines functions .onLoad

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

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

Try the shapr package in your browser

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

shapr documentation built on May 4, 2023, 5:10 p.m.