-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error in roundTime: "POSIXt" %in% class(time) is not TRUE #18
Comments
Ah that is annoying, supporting hms would be nice indeed. It seemed like an easy fix, but unfortunately on my first attempt the timezone problems return (#11). |
I think I fixed it, can you try with |
YES! Works like a charm :-) Both hms and the bonus character input :-) Issue can be closed is resolved in: 1.0.2.9000 Thnx! for the "mega snelle fix ;-)" |
No problem, will try to send it to CRAN asap :) |
1.0.3 accepted by CRAN, should be available in the coming hours ;) |
Hi,
Just a little breaking change I ran into between version 1.0.1 and 1.0.2, sticking to the examples probably would help in the first place ;-)
Working in version 1.0.1
In version 1.0.2 if fails with an error:
"Error in roundTime: "POSIXt" %in% class(time) is not TRUE"
From version 1.0.2+ the use of as_hms seems to stop working and is best to use the strptime("9:00:00", "%T") function.
New structure that works again, not using the as_hms any more and use strptime
The text was updated successfully, but these errors were encountered: