-
Notifications
You must be signed in to change notification settings - Fork 55
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
header only and dependency #13
Comments
This means letting go of One of the plus is that the combo |
R(-devel) has supported C++11 for a while. With R-devel today, which becomes R 3.1.0 in six weeks on April 10, you only need the USE_CXX1X define in I also do not see R Core moving away from having the toggle in As for removing |
Ok. I have my answer. Closing this now |
It would be nice if
RcppArmadillo
was header only and did not depend onRcpp
. The dependency can be resolved in client packages, e.g. a package can choose to use the Rcpp implementation inRcpp11
plus armadillo fromRcppArmadillo
.The alternative is for me to fork RcppArmadillo.
The text was updated successfully, but these errors were encountered: