R/welcome_msg.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  message <- c("\n Welcome to GWASinlps! Select well.",
               "\n \n Website: https://nilotpalsanyal.github.io/GWASinlps/",
               "\n Bug report: https://github.com/nilotpalsanyal/GWASinlps/issues")
  packageStartupMessage(message)
}

Try the GWASinlps package in your browser

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

GWASinlps documentation built on Nov. 23, 2022, 9:06 a.m.