R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) 
{
  version <- as.character("1.2-4.1 (2025/05/26)")
  psm <- paste("\n   Package \"csampling\"", 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 \"csampling\" comes with ABSOLUTELY NO WARRANTY.\n\n",
    "type `help(package=\"csampling\")' for summary information\n")
  packageStartupMessage(psm)
  invisible()
}

Try the csampling package in your browser

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

csampling documentation built on June 8, 2025, 12:22 p.m.