export(nutriNetwork)
export(selectnet)

S3method("plot","nutriNetwork")
S3method("print","nutriNetwork")
S3method("plot","select")

import("Matrix", "igraph", "parallel")

importFrom( "tmvtnorm", "rtmvnorm.sparseMatrix", "ptmvnorm")
importFrom( "glasso", "glasso")
importFrom( "methods", "as", "new")
importFrom( "grDevices", "gray.colors", "terrain.colors", "rainbow")
importFrom( "graphics", "par", "plot", "legend", "screen", "split.screen", "plot.new", "box", "title")
importFrom( "stats", "cor", "dnorm", "pnorm", "qnorm", "runif", "rnorm", "rchisq", "sd", "rbinom" )
importFrom( "utils", "flush.console")
importFrom( "huge", "huge")
