R/zzz.R

Defines functions .onLoad

.onLoad <- function(...){
  message(
    "Welcome to drawYpath ! Start the app by running 'runDrawpath()'"
  )
}
mgerault/drawYpath documentation built on July 14, 2022, 10:28 a.m.