R/zzz.R

Defines functions .onAttach

#' @importFrom utils packageVersion packageDescription
.onAttach <- function(libname, pkgname) {
  if (!interactive()) return()
  base::packageStartupMessage(
    pkgname, " (Mobility Network Analysis): version ", 
    utils::packageVersion("MoNAn"), "\n", "\n",
    "Please note syntax changes from version 1.0.0 (released March 2024)."
  )
}

Try the MoNAn package in your browser

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

MoNAn documentation built on Sept. 12, 2024, 5:08 p.m.