useDynLib(gamselBayes,.registration = TRUE)
import(Rcpp)
importFrom(grDevices,colors)
importFrom(grDevices,pdf)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(splines,spline.des)
importFrom(stats,acf)
importFrom(stats,approx)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,vignette)
S3method(plot,gamselBayes)
S3method(predict,gamselBayes)
S3method(summary,gamselBayes)
export(checkChains)
export(effectTypes)
export(effectTypesVector)
export(gamselBayes)
export(gamselBayes.control)
export(gamselBayesUpdate)
export(gamselBayesVignette)


