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 Nov. 27, 2023, 5:12 p.m.