R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage("---------------------------------------------------------------------------")
  packageStartupMessage("This is a test release of the package 'glmmlasso'.")
  packageStartupMessage("If you have any questions or problems, do not hesitate to contact the author.")
  packageStartupMessage("---------------------------------------------------------------------------")
}

Try the glmmixedlasso package in your browser

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

glmmixedlasso documentation built on May 2, 2019, 5:26 p.m.