R/zzz.R

Defines functions .onAttach .onLoad

.onLoad = function(...) {
  loadNamespace("Rcpp")
  loadNamespace("sf")
  loadNamespace("tibble")
}

.onAttach = function(...){
  packageStartupMessage("gdverse ", utils::packageVersion("gdverse"))
  packageStartupMessage("See itmsa package for entropy-based spatial association measures.")
}

Try the gdverse package in your browser

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

gdverse documentation built on April 3, 2025, 8:40 p.m.