R/welcome_msg.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  message <- c("\n Welcome! Thanks for trying BHMSMAfMRI.",
               "\n \n Website: https://nilotpalsanyal.github.io/BHMSMAfMRI/",
               "\n Bug report: https://github.com/nilotpalsanyal/BHMSMAfMRI/issues")
  packageStartupMessage(message)
}

Try the BHMSMAfMRI package in your browser

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

BHMSMAfMRI documentation built on Oct. 2, 2022, 9:05 a.m.