R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
	packageStartupMessage('Use runGUI() to launch Repliscope in interactive mode.')
}

Try the Repliscope package in your browser

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

Repliscope documentation built on Sept. 13, 2022, 9:05 a.m.