R/kuber.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  if (!has_docker() || !has_gcloud()) {
    warning("Environment not setup. See 'Getting started' vignette.")
  }
}
curso-r/kuber documentation built on Sept. 30, 2019, 9:12 a.m.