Closed randomgambit closed 7 years ago
Thanks for reporting!
Fixed in the development version.
you re welcome!. I am an hardcore user of intraday timestamps, so im happy to report any bugs.
When are the updates expected to be on CRAN? I cannot use devtools
at work (need to install from zip)
No ETA yet. Can you build a .tar.gz at home using R CMD build
?
never done so. how can I do that?
Download or clone the repository from GitHub, extract, and run R CMD build .
from the terminal.
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.
I am using
hms
to parse the time (hour, minutes, seconds, milliseconds) from timestamps in my data. Unfortunately, I notice thathms
seems to forget about the millisecond part of a time (in character format).Is that a bug? Having milliseconds is important because I sort the data according to time...