useDynLib(EntropyMCMC, .registration = TRUE)

# Export all names
exportPattern(".")

# list functions needed from other packages ("pkg", "f1", ...)
importFrom("graphics", "abline", "legend", "lines", "persp", "plot")
importFrom("stats", "bw.nrd0", "qchisq", "rnorm", "runif", "sd")
importFrom("RANN", "nn2")
importFrom("mixtools", "dmvnorm", "rmvnorm", "logdmvnorm")

# import all fts from this package
import("parallel")

# declare generic functions
S3method(summary, "plMCMC")
S3method(plot, "plMCMC")
S3method(plot, "KbMCMC")
