tidyverse / hms

A simple class for storing time-of-day values
https://hms.tidyverse.org/
Other
138 stars 25 forks source link

space between minus sign and first number #47

Closed qgeissmann closed 6 years ago

qgeissmann commented 7 years ago

Not sure this is a feature or a bug, but when we print a vector of negative durations, minus signs are left justified -- whilst numbers are right justified. Personally, I find it harder to read if - is not immediatly in front of a number:

- hms(hours = c(1, 1000))
#> -  01:00:00
#> -1000:00:00
krlmlr commented 6 years ago

This is consistent with the output in a tibble column, let's keep it the way it is now.

github-actions[bot] commented 3 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.