-
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
Create a description of the change in a value #11
base: main
Are you sure you want to change the base?
Conversation
Todo:
For consideration:
|
Thoughts on binary argument which appends "from So "increased by 50 percentage points from 25 to 75 percent" for example. Or "remained unchanged at 25 percent". |
Yeah, I dig it! |
Also argument |
@anthonyokc, can you explain what the use case for |
|
Gotchu, I think my implementation will cover that. What do you think of this function signature:
where include_values is the appending |
I could use |
I would either use Also just curious is there a reason to use list instead of named character vector? |
Easier to access in the code with I actually did it as a named vector first and didn't like it. Thoughts? |
Actually I'm backtracking that. Named vector makes sense since all the values are strings |
…r nonexistent ratio edge case; complete conversions for all combination of input and output units
I think I have enough tests and edge cases covered for an initial version |
This would be a minor version bump |
|
@anthonyokc the edge cases keep flowing lol, but hoping to knock these last couple checkboxes and open for review tomorrow |
lol this is incredible. This is far beyond what I expected from a 1.0 version of this haha. We should definitely commit to these being the last tasks for now though lol. Cover vast majority of use cases. |
@anthonyokc I completed all the outstanding tasks and this is ready to go |
@anthonyokc Vignette complete! |
No description provided.