-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use of isFALSE requires R>=3.5 #229
Comments
No, that was not intentional - PR welcome! |
Ah, my fault! I was cleaning up some code, and implemented a comment. So that's why it was commented out... |
So maybe it's better to go back to the previous (ugly) version? 7104d48#diff-fced1b4101ae6d6ac8c90b136248b886L128 |
BTW, why isn't Travis checking with oldrel? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the recent release 0.6-6, the isFALSE function is used in
R/symbolic_units.R
which causes calls to units to fail on R < 3.5 since isFALSE was introduced in 3.5. Is your intent to no longer support older version of R or is this an error?Either way, I am happy to create a pull request bumping the minimum support R version or removing the call to isFALSE. I am using units for the yggdrasil package and noticed the error on CI jobs during a release today.
The text was updated successfully, but these errors were encountered: