R/packmsg.R

Defines functions onAttach

.onAttach <- function(libname, pkgname)
    {
      packageStartupMessage("Package: ",paste(pkgname)," is ready to estimate! \nThis is beta software! \nFollow this project on github: https://github.com/manuelreif/mcIRT.git")
    }

Try the mcIRT package in your browser

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

mcIRT documentation built on May 29, 2017, 9:33 p.m.