#exportPattern("^[[:alpha:]]+")
export(piv_rel)
export(piv_MCMC)
export(piv_sel)
export(piv_plot)
export(piv_sim)
export(MUS)
export(piv_KMeans)
import(rjags)
import(bayesplot)
importFrom(bayesmix, BMMmodel, BMMpriors, priorsFish,
           JAGScontrol, JAGSrun)
importFrom(mvtnorm, rmvnorm)
importFrom(rstan,
           As.mcmc.list,
           check_hmc_diagnostics ,
           expose_stan_functions ,
           extract ,
           extract_sparse_parts ,
           lookup ,
           makeconf_path ,
           monitor ,
           optimizing ,
           read_rdump,
           read_stan_csv,
           rstan.package.skeleton ,
           rstan_gg_options ,
           rstan_options ,
           sampling ,
           set_cppo ,
           sflist2stanfit ,
           stan,
           stanc ,
           #stanfit-class ,
           stan_model,
           stan_rdump ,
           stan_version ,
           traceplot ,
           vb
           )
importFrom(runjags, extract.runjags)
importFrom(runjags, run.jags)
importFrom(runjags, dump.format)
importFrom(runjags, add.summary)
importFrom(corpcor, is.positive.definite)
importFrom(MASS, mvrnorm)
importFrom(mclust, adjustedRandIndex)
importFrom(cluster, pam, diana)
importFrom("grDevices", "trans3d")
importFrom("graphics", "axis", "barplot", "hist", "matplot", "par",
             "persp", "plot", "points", "lines")
importFrom("stats", "as.dist", "cutree", "dist", "hclust", "kmeans",
             "median", "rnorm", "density")
importFrom("utils", "combn")


