-
-
Notifications
You must be signed in to change notification settings - Fork 218
Feature/four part version macro #207
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
Conversation
Feature/four part version macro
Oh, and for what it is worth even the old one support So could you dial down your test in dplyr so that we can set |
Have you actually tried |
I'm just using |
Thanks for no longer requiring the somewhat incorrect R> evalCpp("RcppDevVersion(0,11,3,2) >= RCPP_DEV_VERSION")
[1] TRUE
R> evalCpp("RcppDevVersion(0,11,3,1) >= RCPP_DEV_VERSION")
[1] FALSE
R> I'll probably define the standard versions as a variant of these containing a final zero. |
…on-macro Feature/four part version macro
No description provided.