R/zzz.R

Defines functions .onAttach declare_spatialData

Documented in declare_spatialData

#to ensure there are no check NOTES about spatialData

#' Declare spatialData
#' @returns dataset spatialData::vi_smol
#' @autoglobal
#' @keywords internal
declare_spatialData <- function() {
  spatialData::vi_smol
}

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("collinear ", utils::packageVersion("collinear"))
}

Try the collinear package in your browser

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

collinear documentation built on May 7, 2026, 5:08 p.m.