R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname = find.package("grattanReporter"), pkgname = "grattanReporter"){
  
  # CRAN Note avoidance
  if (getRversion() >= "2.15.1")
    utils::globalVariables(c("."))
}

Try the hutils package in your browser

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

hutils documentation built on April 13, 2022, 5:23 p.m.