R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) 
{
  version <- as.character("1.2-4 (2025-05-22)")
  psm <- paste("\n   Package \"cond\"", version, "\n", 
    "   Copyright (C) 2000-2025 A. R. Brazzale\n\n",
    "This is free software, and you are welcome to redistribute\n",
    "it and/or modify it under the terms of the GNU General\n",
    "Public License published by the Free Software Foundation.\n",
    "Package \"cond\" comes with ABSOLUTELY NO WARRANTY.\n\n",
    "type `help(package=\"cond\")' for summary information\n")
  packageStartupMessage(psm)
  invisible()
}

Try the cond package in your browser

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

cond documentation built on June 8, 2025, 12:46 p.m.