vignettes/cran.R

# Don't run everything on CRAN (it takes too long)
cran = as.logical(Sys.getenv("_R_CHECK_LIMIT_CORES_", "FALSE"))
vignette.eval = list(full=!cran, limitCores=ifelse(cran, 2, NA))
if (!vignette.eval$full) {
	message("Partial vignette evaluation")
}

Try the pspline.inference package in your browser

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

pspline.inference documentation built on Jan. 19, 2021, 5:07 p.m.