useDynLib(multiSiena, .registration = TRUE, .fixes="C_")

export(sienaBayes, glueBayes, simpleBayesTest, multipleBayesTest,
	extract.sienaBayes, extract.posteriorMeans, plotPostMeansMDS, 
   sienaBayes.table, shortBayesResults, simulateData)

import(Matrix, parallel, MASS, RSiena)
importFrom("methods", "as", "is", "hasArg")
importFrom("graphics", "lines", "par", 
           "points", "strwidth", "text")
importFrom("stats", "cor", "cov", "density",
           "dnorm", "ecdf", "mahalanobis", "median",
           "na.omit", "naprint", "acf", "optim",
           "pchisq", "pnorm",
           "qchisq", "qnorm", "quantile",
           "rWishart", "rnorm", "runif", "sd", "var")
importFrom("utils", "browseURL", "write.csv", "write.table",
           "flush.console", "getFromNamespace", "packageDescription")
importFrom("graphics", "lines", "par", "text")
S3method(print, sienaBayesFit)
S3method(summary, sienaBayesFit)
S3method(print, summary.sienaBayesFit)
S3method(print, multipleBayesTest)
S3method(plot, multipleBayesTest)
