tidyverse / hms

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

hms class dropped when combining #37

Closed qgeissmann closed 7 years ago

qgeissmann commented 7 years ago
> c(hms(1:2), hms(3))
#>Time differences in secs
#> [1] 1 2 3

I expected combination of hms to return another hms object. If it is a confirmed bug, I am quite happy to patch it

krlmlr commented 7 years ago

Yes, we should support this.

krlmlr commented 7 years ago

Closed in #41.

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.