R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname = find.package("tidyfast"), pkgname = "tidyfast") {
  if (getRversion() >= "2.15.1") {
    utils::globalVariables(c("..others", ".", "..keep"))
  }
  invisible()
}
TysonStanley/tidyfast documentation built on April 10, 2024, 9:20 a.m.