R/onLoad.R

Defines functions .onAttach

.onAttach=function(lib,pkg){
  packageStartupMessage("Package spectralGP (1.3.4) is loaded.\n===============================================================\n WARNING: spectralGP uses objects in the form of environments,\n thereby passing by reference.  Various method functions make\n changes to the input gp object as a side effect, thereby\n changing the object in the calling environment, and\n returning NULL.\n===============================================================", appendLF = TRUE)
}

Try the spectralGP package in your browser

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

spectralGP documentation built on Feb. 6, 2026, 1:07 a.m.