R/welcome_msg.R

Defines functions .onAttach

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

Try the NLPwavelet package in your browser

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

NLPwavelet documentation built on April 11, 2025, 6:09 p.m.