R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  msg <- paste0("Functions related to Stewart's potential are deprecated.\n",
               "Please use the `potential` package instead.\n",
               "https://riatelab.github.io/potential/")
  packageStartupMessage(msg)
}
Groupe-ElementR/SpatialPosition documentation built on Sept. 14, 2023, 6:14 a.m.