import(mixOmics)
export(
bootsPLS,
compile.bootsPLS.object,
spls.hybrid,
CI.prediction,
component.selection,
variable.selection,
fit.model, 
prediction)

S3method(plot, variable.selection)
S3method(plot, component.selection)
S3method(plot, bootsPLS)
S3method(plot, predictCI)

importFrom("graphics", "abline", "axis", "legend", "par", "plot",
             "points", "text", "arrows")
importFrom("stats", "coefficients", "lm", "quantile", "t.test", "predict")
importFrom("utils", "relist")
importFrom("utils", "packageDescription")
