R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
    packageStartupMessage("\nUse 'statTargetGUI()' to start the GUI program. For details see https://stattarget.github.io.\n")
    # statTarget::statTargetGUI()
}

Try the statTarget package in your browser

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

statTarget documentation built on Nov. 8, 2020, 8:27 p.m.