# Import some functions so R can check them during build
import(coda)
import(stats)
import(utils)
import(graphics)

# bhpm.BB
useDynLib(bhpm, .registration = TRUE)

# bhpm.BB.utils
#export(bhpm.plot.samples)
export(bhpm.convergence.diag)
export(bhpm.print.convergence.summary)
export(bhpm.ptheta)
export(bhpm.summary.stats)
export(bhpm.print.summary.stats)

# Cluster Analyses
export(bhpm.pm)
export(bhpm.npm)
export(bhpm.cluster.1a.hier2)
export(bhpm.cluster.BB.hier2)
export(bhpm.cluster.1a.hier3)
export(bhpm.cluster.BB.hier3)
export(bhpm.monitor.samples)
export(bhpm.pointmass.weights)
export(bhpm.sim.control.params)
export(bhpm.gen.initial.values)

export(bhpm.global.sim.param.defaults)
export(bhpm.hyper.param.defaults)
export(bhpm.monitor.defaults)
