Skip to content
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

bug in print.data.table row.names arg for 100+ rows #1307

Closed
jangorecki opened this issue Sep 2, 2015 · 0 comments
Closed

bug in print.data.table row.names arg for 100+ rows #1307

jangorecki opened this issue Sep 2, 2015 · 0 comments

Comments

@jangorecki
Copy link
Member

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

Also discussed in #1167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant