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

[R-Forge #5366] setkey fails in 1.9.2 when a non-key column is type list #54

Closed
arunsrinivasan opened this issue Jun 8, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@arunsrinivasan
Copy link
Member

Submitted by: James Sams; Assigned to: Arun ; R-Forge link

System: R 3.0.1 on Ubuntu 13.10; Xeon x64; data.table 1.8.11

I am occasionally getting an error when setting keys or doing operations that requires resetting the key on some data.tables. I haven't been able to produce an artificial test case for you to run. The keys I specify are both integers. The error message is:

# Error in setkeyv(copy(x), by) : Item 5 of list is not a vector". 

I get this when using merge( , , by=c('key', 'names')), setkey(..), and setkeyv(..).

Not all tables produce this error message, but once a table starts producing it; it seem to consistently fail.

I do not see this problem in 1.8.10.

@arunsrinivasan arunsrinivasan added this to the v1.9.4 milestone Jun 19, 2014
@arunsrinivasan arunsrinivasan self-assigned this Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant