# if using roxygen, make sure it doesn't create the NAMESPACE
# or this will be deleted

useDynLib(mateable, .registration = TRUE)
exportPattern("^[[:alnum:]]+$")
importFrom(Rcpp, evalCpp)


import(grDevices)
import(graphics)
import(stats)
import(FNN)
