dwinter / dfe

Fitting, simulating and generally exploring the distribution of fitness effects from MA studies
0 stars 0 forks source link

Use Rcpp object where possible #12

Open dwinter opened 9 years ago

dwinter commented 9 years ago

At the moment we flip and flop between std::vectors and Rcpp::[Type]Vectors.

In the very least the Rcpp flavored is easier to read, and it probably saves a little time converting to and from types to explicitly use these types for anything that is used by Rcpp