R/zzz.R

Defines functions .onAttach

# ----------------------------------------------------------------------

.onAttach <- function(libname, pkgname) {
	packageStartupMessage(paste0("----------\n",
								 "multicastR (v", packageVersion("multicastR"), ")\n",
								 "All corpus data are published under a CC-BY 4.0 licence.\n",
								 "Visit the Multi-CAST website for more information.\n",
								 "<multicast.aspra.uni-bamberg.de/>\n",
								 "----------"))
 }

# ----------------------------------------------------------------------

Try the multicastR package in your browser

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

multicastR documentation built on Feb. 23, 2021, 1:06 a.m.