#useDynLib(pchc, .registration = TRUE)

importFrom("bnlearn", hc, score, rbn, graphviz.plot, amat, bn.fit)

importFrom("Rfast", pc.skel, gchi2Test, g2Test, g2Test_perm,
           chi2Test, data.frame.to_matrix, corpairs, colsums)

importFrom("Rfast2", mmpc, pc.sel, mmhc.skel, fedhc.skel, Sample.int)

importFrom("stats", qf, pt, pchisq, cor, qt, qbeta, optimise,
           predict, quantile, rbinom, rnorm, runif, smooth.spline)

importFrom("graphics", abline, plot, points)

importFrom("robustbase", covMcd)

importFrom("bigstatsr", big_cor, big_copy, big_read, as_FBM)

importFrom("dcov", mdcor, pdcor)

import("doParallel")
import("parallel")
import("foreach")

exportPattern("^[[:alpha:]]+")
exportPattern("^[^\\.]")


