R/zzz.R

Defines functions .onAttach

.onAttach <- function(...){
	packageStartupMessage("Much appreciate for using CMplot.")
    packageStartupMessage("Full description, Bug report, Suggestion and the latest codes:")
    packageStartupMessage("https://github.com/YinLiLin/CMplot")
}

Try the CMplot package in your browser

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

CMplot documentation built on May 29, 2024, 2:44 a.m.