Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNegative durations are displayed as positive #719
Comments
|
I am working on this for Tidyverse Dev Day 2019 |
…h negative values Negative durations were not being printed properly; they looked positive. This one line addition prepends a negative sign to durations created from negative values. When the package is tested I get 4 failures, but I get these same 4 failures with no changes to the package code. So, I'm unsure how to resolve this.
…e_estimate as in original package code
Title says it all (sry for the bad formatting):
Here the -221 seconds are displayed as ~3.68 minutes. There is no clue that this is actually negative. This is a major issue when debugging. Especially when doing comparisons like:
x <= dseconds(59)