R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname = find.package("heims"), pkgname = "heims"){
  if (getRversion() >= "2.15.1"){
    utils::globalVariables(c("heims_data_dict",
                             "first_levels",
                             "."))
  }
}

Try the heims package in your browser

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

heims documentation built on May 2, 2019, 9:20 a.m.