Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Request] Support nanotime as well as integer64 #1982
Comments
|
(In case you consume issue by email rather than on the web: I had a silly mistake in my suggested change which I fixed, so please see the updated post on the website.) |
…rather than warning asking user to. #1982
With current CRAN versions of everything, the demo in nanotime tickles a warning:
However, package nanotime brings its own print method. So once we restore types (and there must be a better way I don't know yet) we can print:
but
Now, I tried to go into your
R/fread.Rand make the obvious change:(*Edited an hour later, had a silly error)
I get the desired behaviour:
I could open a PR if you think that (currently still fringe) nanotime package is worth a change.