useDynLib(flintyR, .registration=TRUE)
importFrom(Rcpp, evalCpp)
importFrom(doParallel, registerDoParallel)
importFrom(utils, combn)
import(foreach)
import(assertthat)
import(testthat)
import(stats)
## export all regularly named functions
## (but allow for private functions whose name starts with a dot).name <- function(...)
exportPattern("^[[:alpha:]]+")
