R/zzz.R

## .onLoad <- function(lib, pkg)
##   {
##     require(methods)
##     require(emulator)
##   }

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

Try the lmmlasso package in your browser

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

lmmlasso documentation built on May 2, 2019, 2:16 p.m.