We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> x1 <- set_units(0, "m") > x2 <- set_units(3, "m") > x1 < x2 Error in ud_compare(e1, e2, as.character(units(e1)), as.character(units(e2))) : ut_scale(): NULL factor argument
Similarly,
> units:::R_ut_scale(units:::R_ut_parse("m"), 0) Error in units:::R_ut_scale(units:::R_ut_parse("m"), 0) : ut_scale(): NULL factor argument
Reported here, but meanwhile we need to do something about it.
The text was updated successfully, but these errors were encountered:
66b9218
rework ud_compare function, fixes #339 #346 #347
07659b4
No branches or pull requests
Similarly,
Reported here, but meanwhile we need to do something about it.
The text was updated successfully, but these errors were encountered: