R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {

	packageStartupMessage("Welcome to Rcade - version ", packageDescription("Rcade", fields="Version"))
	packageStartupMessage('If you are new to Rcade, please consider reading the vignette through the command: vignette("Rcade").')
}

Try the Rcade package in your browser

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

Rcade documentation built on Nov. 8, 2020, 6:25 p.m.