export(divPart)
export(inCalc)
export(readGenepop)
export(corPlot)
export(diffPlot)
export(chiCalc)
export(divBasic)
export(divOnline)
export(fstOnly)
export(divRatio)
export(bigDivPart)
export(microPlexer)
export(arp2gen)
export(divMigrate)
export(fastDivPart)
export(haploDiv)
export(gpSampler)
export(snp2gen)
export(polyIn)
export(diffCalc)
export(divSimCo)
export(basicStats)
import(ggplot2)
import(qgraph)
import(shiny)
import(parallel)
useDynLib(diveRsity, .registration = TRUE)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
importFrom("grDevices", "cairo_ps", "colorRampPalette", 
           "dev.off", "pdf")
importFrom("graphics", "image", "par", "title")
importFrom("methods", "is")
importFrom("stats", "chisq.test", "dist", "fisher.test", "na.omit",
           "pchisq", "quantile", "sd", "var")
importFrom("utils", "combn", "installed.packages", "read.table",
           "write.table")
importFrom("grid", "grid.newpage", "pushViewport", "viewport", 
           "grid.layout")