R/init.R

.onAttach <- function(libname, pkgname){
  # Load tibble (if available) for pretty printing
  if(interactive() && is.null(.getNamespace('tibble'))){
    tryCatch({
      getNamespace('tibble')
    }, error = function(e){})
  }
}

Try the jenkins package in your browser

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

jenkins documentation built on June 4, 2019, 5:03 p.m.