-
Notifications
You must be signed in to change notification settings - Fork 0
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
upgrade to use units package #10
Comments
Implementation details:
With this, ALL the quantity calculations should work automatically. Also units can be kept the way they are when generating a qty (e.g. keep pressure in psi if entered that way) or can be converted with --> make sure to issue appropriate depreciation messages for old functions |
consider adding other useful units like "cell" so that "cell/ml" and "cell/L" automatically work for calculations |
--> this will be best done in #1 separate |
consider reimplementing on top of the nice units package https://r-quantities.github.io/units/index.html
Note: with the latest version, this would automatically take care of units getting rendered correctly in plots and ggplots
Things to think about for implementation in microbial kitchen:
The text was updated successfully, but these errors were encountered: