R/zzz.R

Defines functions onAttach

.onAttach<- function(libname, pkgname) {
	if (! checkBits()) packageStartupMessage("largeVis was compiled with 32-bit types. This will limit the size of the datasets it can process. Consider recompiling with -DARMA_64BIT_WORD")
	if (! checkOpenMP()) packageStartupMessage("largeVis was compiled without OpenMP support.")
}

Try the largeVis package in your browser

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

largeVis documentation built on Feb. 17, 2018, 1:01 a.m.