R/xtra.R

Defines functions .onAttach

wlcm <- paste0("\n",
               "--------------------------------------------------------------------------------\n",
               "Welcome to ammistability version ", utils::packageDescription("ammistability")$Version, "\n",
               "\n", "\n",
               "# To know how to use this package type:", "\n",
               "  browseVignettes(package = 'ammistability')", "\n", "  for the package vignette.", "\n",
               "\n",
               "# To know whats new in this version type:", "\n",
               "  news(package='ammistability')", "\n", "  for the NEWS file.", "\n",
               "\n",
               "# To cite the methods in the package type:", "\n",
               "  citation(package='ammistability')","\n",
               "\n",
               "# To suppress this message use:", "\n",
               "  suppressPackageStartupMessages(library(ammistability))", "\n",
               "--------------------------------------------------------------------------------\n")

.onAttach <- function(lib, pkg,...){
  packageStartupMessage(wlcm)

}

Try the ammistability package in your browser

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

ammistability documentation built on May 31, 2023, 7:44 p.m.