
import("methods")
import("Matrix")
import("MASS")
import("crayon")

importFrom("utils", "setTxtProgressBar", "txtProgressBar")

importFrom("stats", "as.formula", "cov", "vcov", "terms", "model.matrix", "na.omit",
           "na.pass", "median", "reshape","var","aggregate", "sigma",
           "cor", "density", "kmeans", "lm", "p.adjust",
             "pchisq", "pf", "predict", "quantile", "rnorm", "sd",
             "smooth.spline")

importFrom("grDevices", "col2rgb", "colorRampPalette", "dev.cur",
             "dev.size", "gray.colors", "rgb", "xy.coords")

importFrom("graphics", "abline", "axis", "legend", "lines", "locator",
             "par", "plot.new", "points", "polygon", "segments", "text")

export( "rrm","redmm","overlay","leg", "add.diallel.vars","simGECorMat",
        "build.HMM","atcg1234", "atcg1234BackTransform", "A.matr", "I.matr" ,"neMarker","LD.decay",
        "bbasis", "tps", "wald.test",
        "adiag1","imputev","stan","logspace","replaceValues", "propMissing",
        "transp","jet.colors","bathy.colors", "manhattan", "map.plot", "simage", "simage2"
        )


  
  
# S3 METHODS other
S3method(print, wald.test)

