You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a dupe of #30, but I'd expect as_hms to work without seconds, or at least give an intelligible warning or error.
hms::as_hms("08:00")
Error in `abort_lossy_cast()`:
! Lossy cast from <character> to <hms> at position(s) 1
Run `rlang::last_error()` to see where the error occurred.
Not sure if this is a dupe of #30, but I'd expect
as_hms
to work without seconds, or at least give an intelligible warning or error.Inspired by this Stack Overflow question where a user without seconds couldn't figure out what was going wrong.
The text was updated successfully, but these errors were encountered: