R/zzz.r

Defines functions .onLoad

.onLoad <- function(lib, pkg) {
	invisible(.C(C_FPUcheck))
}

#Removed (because of NOTE in R-2.15.0, resulting slow down should be negligible)
#.onAttach <- function(lib, pkg) {
# 	if (suppressWarnings(require(gsl,quietly=TRUE))) {
#    assign(".hasGSL",TRUE,pos=paste("package:",pkg,sep=""))
#  } else {
#    assign(".hasGSL",FALSE,pos=paste("package:",pkg,sep=""))
#  }   
#}

Try the PearsonDS package in your browser

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

PearsonDS documentation built on May 29, 2024, 9:48 a.m.