-
Notifications
You must be signed in to change notification settings - Fork 986
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
IDateTime fails on POSIXct without tzone. #1973
Comments
Some more insights.
However, curiously this works as expected:
There's no issue if
This issue is still present with these versions: |
This almost feels like an R bug more than a It seems like by default a
But this isn't the case for
And in fact
There's something going on with lazy evaluation that's causing the discrepancy between
and
(this is an unexpected error because
Due to lazy evaluation, |
Closes #1973; lazyeval edge case of IDateTime caused an error in as.D…
The function IDateTime generates an error when applied to POSIXct values without tzone attribute:
Versions
R: 3.3.2
data.table: 1.10.0 and latest 1.10.1
The text was updated successfully, but these errors were encountered: