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
Submitted by: Arun ; Assigned to: Arun ; R-Forge link
This is a regression due to recent changes to [.data.table, I think. Basically,
data.table(1:10)[, -1L, with=FALSE] should return null data.table, but instead errors with lhs not found - it's in the wrong place (much further than where it should've already stopped).
The text was updated successfully, but these errors were encountered:
Submitted by: Arun ; Assigned to: Arun ; R-Forge link
This is a regression due to recent changes to
[.data.table
, I think. Basically,data.table(1:10)[, -1L, with=FALSE]
should return null data.table, but instead errors withlhs
not found - it's in the wrong place (much further than where it should've already stopped).The text was updated successfully, but these errors were encountered: