R/WelcomeMessage.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(" \n
         __             __   __  ________
  ______/ /_  ________ / /_ /  \\/  / __  \\
 / ____/ / / / / ____// __// /\\_/ / /  / /
/ /___/ / /_/ /\\___ // /__/ /  / / /__/ /
\\____/_/\\____//____//____/_/  /_/______/      version 1.2.1 \n
                            ")
}

Try the clustMD package in your browser

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

clustMD documentation built on May 2, 2019, 2:09 a.m.