R/zzz.R

Defines functions .onAttach

#'@importFrom utils packageVersion
.onAttach <- function(lib, pkg) {
  # terra::gdal(warn=2)
  packageStartupMessage("ebvcube ", utils::packageVersion('ebvcube'))
}

Try the ebvcube package in your browser

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

ebvcube documentation built on Aug. 8, 2025, 7:24 p.m.