R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) 
{
  version <- as.character("1.2-2 (2014-03-31)")
  psm <- paste("\n   Package \"marg\"", version, "\n",
    "   Copyright (C) 2000-2014 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 \"marg\" comes with ABSOLUTELY NO WARRANTY.\n\n",
    "type `help(package=\"marg\")' for summary information\n")
  packageStartupMessage(psm)
  invisible()
}

Try the marg package in your browser

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

marg documentation built on May 2, 2019, 7:55 a.m.