R/init.R

Defines functions .onAttach

.onAttach <- function(...) {
  welcome <- paste(""                                              ,
                   "----------------------------------------------",
                   "  'FusedANOVA' package version 0.1-0           ",
                   ""                                              ,
                   " Still under development... feedback welcome  ",
                   "----------------------------------------------",
                   sep = "\n")
  packageStartupMessage(welcome)
}

Try the fusedanova package in your browser

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

fusedanova documentation built on May 2, 2019, 4:32 p.m.