R/zzz.R

.onLoad <- function(libname = find.package('automagic'), pkgname = 'automagic') {
  # CRAN Note avoidance
  if(getRversion() >= "2.15.1")
    utils::globalVariables(c('GithubUsername','GithubRepo','GithubSHA1','Repository'))
  invisible()
}

Try the automagic package in your browser

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

automagic documentation built on May 2, 2019, 6:02 a.m.