import(statmod)
import(matrixStats)
import(stats)
importFrom(parallel, mclapply, makeCluster, stopCluster, clusterEvalQ,
           parApply, parLapply, parSapply, parRapply, parCapply)
import(foreach)
import(ggplot2)
import(ggrepel)
import(MASS)
import(utils)
import(Matrix)
importFrom(lmerTest, lmer, as_lmerModLmerTest)
importFrom(modeest, mlv)
importFrom(grDevices, dev.off, hcl, pdf)
importFrom(Rcpp, evalCpp)
importFrom(dplyr, mutate, group_by, summarise, arrange, bind_rows)
importFrom(mlr3, lrn)
importFrom(mlr3mbo, srlrn,acqf,acqo,bayesopt_ego)
importFrom(paradox,p_dbl,ps)
importFrom(bbotk, opt, trm,ObjectiveRFun,OptimInstanceBatchSingleCrit)
useDynLib(MicrobiomeStat, .registration=TRUE)


export(cscca)
export(cscca.CV)
export(DGP_OC)
export(bmdd)
export(bmdd.nlopt)
export(linda)
export(linda.plot)
export(linda.wald.test)
