Incorporate Rcpp versions of get_genetic_flow() from https://github.com/nateosher/RPTfast to speed up functions. Current problem is need for C++ compiler working with R to install package with Rcpp. Don't want that to be a barrier to use for the other functions in the package. Find a way to install Rcpp version of the function if they have compiler, or original version if not.
Incorporate Rcpp versions of get_genetic_flow() from https://github.com/nateosher/RPTfast to speed up functions. Current problem is need for C++ compiler working with R to install package with Rcpp. Don't want that to be a barrier to use for the other functions in the package. Find a way to install Rcpp version of the function if they have compiler, or original version if not.