useDynLib(TAG, .registration=TRUE)
importFrom(Rcpp, evalCpp)
#exportPattern("^[[:alpha:]]+")
export(TAAG)
export(TAG)
export(initial.TAG)
export(pred.TAAG)
export(pred.TAG)
export(plotTAG)
export(cv.TAAG)
export(check.TAAG)
export(TAG1step)
importFrom(DiceKriging,km)
importFrom(DiceKriging,coef)
importFrom(Matrix,bdiag)
importFrom(mgcv,bam)
importFrom(mgcv,gam)
importFrom(mgcv,predict.gam)
importFrom(FastGP,rcppeigen_invert_matrix)
importFrom(mlegp,mlegp)
importFrom(randtoolbox,sobol)
importFrom(Rcpp,sourceCpp)
importFrom(stats,as.formula)
importFrom(stats,optim)
importFrom(stats,constrOptim)
importFrom(stats,dist)
importFrom(stats,var)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,legend)
importFrom(foreach, foreach)
importFrom(foreach,"%dopar%")


