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
We have now
> set_units(1, m/s/kg) # 1 m/kg/s
but that is against NIST recommendations, see. 6.1.6.
The text was updated successfully, but these errors were encountered:
see #89, in particular, I wonder of offloading this to the C library through ud.format (ut_format) will solve this.
Sorry, something went wrong.
For this case yes:
> units:::R_ut_format(units:::R_ut_parse("m/s/kg")) [1] "m·kg⁻¹·s⁻¹"
but more in general, e.g.
> units:::R_ut_format(units:::R_ut_parse("mile/gallon")) [1] "425143.683171079 m⁻²"
we see that udunits brings everything back to a constant and powers on the 7 base units. This is of course correct, but not readable:
No branches or pull requests
We have now
but that is against NIST recommendations, see. 6.1.6.
The text was updated successfully, but these errors were encountered: