Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rcpp drop #17

Merged
merged 2 commits into from
Mar 6, 2014
Merged

Rcpp drop #17

merged 2 commits into from
Mar 6, 2014

Conversation

lcolladotor
Copy link
Owner

We are dropping the dependencies on Rcpp and RcppArmadillo because RcppArmadillo now requires a newer compiler than the one installed in our cluster. While our cluster will get upgraded, it could be possible that other users would have problems installing these dependencies.

As far as we have noticed, calculating the F-statistics with Rcpp and RcppArmadillo lead to a small reduction in memory used (specially with the largest chromosomes, like chromosome 1). Timing wise, there seems to be nearly no difference. Numerically wise, the observed differences are very small (in the order of +- 2e-12).

In the future, we might re-incorporate Rcpp and RcppArmadillo. But we will evaluate this at a later time.

PS If you know of a faster or less memory intensive way of calculating the F-statistics please let us know.

…ts instead of Rsamtools (aka, changes from R 3.0.2 to 3.1)
…R CMD CHECK in 350 secs. Note that example('calculateStats', 'derfinder') leads to very small (-2e-12 to 2e-12) differences in calculated F-stats
lcolladotor added a commit that referenced this pull request Mar 6, 2014
@lcolladotor lcolladotor merged commit 11fcb51 into master Mar 6, 2014
@lcolladotor lcolladotor deleted the RcppDrop branch March 6, 2014 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant