R/deprecated.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "\n",
    "Some changes to functions in the current version of ", pkgname," may require\n",
    "updates of existing code.\n\n",
    "To see which functions have changed, please see\n",
    "https://cran.r-project.org/web/packages/Rmonize/news/news.html"
  )
}

Try the Rmonize package in your browser

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

Rmonize documentation built on July 1, 2025, 1:10 a.m.