R/zzz.R

Defines functions .onAttach

#' @keywords internal
.onAttach <- function(lib, pkg) {
  vers <- utils::packageVersion("gbm")
  packageStartupMessage("Loaded gbm ", vers)
  packageStartupMessage("This version of gbm is no longer under development. Consider transitioning to gbm3, https://github.com/gbm-developers/gbm3")
}

Try the gbm package in your browser

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

gbm documentation built on June 28, 2024, 9:07 a.m.