useDynLib("fanc", .registration = TRUE)

import(Matrix)

export(fanc)
export(plot.fanc)
export(print.fanc)
export(select)
export(out)

importFrom("stats", "cov", "var", "factanal")

S3method("plot","fanc")
S3method("print","fanc")
