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
Bug introduced in #353 where it was tested only against <= 100 rows.
library(data.table)
DT<- data.table(x=1:101, y=6:106)
print(DT, row.names=FALSE)
# Error in `rownames<-`(`*tmp*`, value = rep.int("", nrow(x))) : # length of 'dimnames' [1] not equal to array extent
Bug introduced in #353 where it was tested only against <= 100 rows.
Also discussed in #1167
The text was updated successfully, but these errors were encountered: