useDynLib(BayesRGMM, .registration=TRUE)

# Exported functions

export(CorrMat.HSD, SimulatedDataGenerator)
export(BayesRobustProbitSummary, BayesRobustProbit, AR1.cor)


# Imported functions
importFrom(Rcpp, evalCpp)
importFrom(reshape, all.vars.character)
import(MASS, msm, mvtnorm, batchmeans, abind, plyr)
importFrom("stats", "as.formula", "complete.cases", "dist",
             "model.matrix", "model.response", "quantile", "rWishart",
             "rbinom", "rgamma", "rnorm", "runif", "terms.formula",
             "update")

importFrom(Rdpack,reprompt)