export(enetLTS, cv.enetLTS, coef.enetLTS, fitted.enetLTS, print.enetLTS,
       predict.enetLTS, residuals.enetLTS, weights.enetLTS, plot.enetLTS,
       plotDiagnostic.enetLTS, plotCoef.enetLTS, plotResid.enetLTS,
       nonzeroCoef.enetLTS, lambda00)

import(ggplot2)
import(grid)
import(glmnet)
import(reshape)
import(robustHD)
import(parallel)
importFrom(cvTools, cvFolds)
importFrom(stats, weights)
importFrom("stats", "dnorm", "family", "mad", "median", "pnorm",
             "predict", "qnorm", "quantile", "sd")
importFrom("graphics", "par")
importFrom("grDevices", "colorRampPalette")

S3method(coef, enetLTS)
S3method(fitted, enetLTS)
S3method(predict, enetLTS)
S3method(print, enetLTS)
S3method(residuals, enetLTS)
S3method(weights, enetLTS)
S3method(plot, enetLTS)

