## Load C-code
useDynLib(Repitools)

#.onLoad <- function(lib, pkg) require(methods)

#  All functions exported other than those starting with "."
import(methods, BiocGenerics, IRanges, GenomicRanges, BSgenome, edgeR, snowfall, Rsolnp)
importFrom(parallel, detectCores)
exportClasses(FastQC, SequenceQC, SequenceQCSet, ScoresList, ClusteredScoresList, QdnaData, BayMethList)
exportMethods(show)
exportPattern("^[^\\_|^\\.]")
