R/zzz.R

Defines functions .onAttach

#' @keywords internal
.onAttach <- function(lib, pkg) {
  vers <- utils::packageVersion("gbm")
  packageStartupMessage(paste("Loaded gbm", vers))
}

Try the gbm package in your browser

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

gbm documentation built on Aug. 11, 2022, 5:08 p.m.