-
Notifications
You must be signed in to change notification settings - Fork 990
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
merge.data.table ignores incomparables without warnings. #2587
Comments
good point. 2 Options. Implement "incomparables" or warn. I will see if implementing seems feasible on short notice. Otherwise, I will include the warning. Definitely, there will be a warning, if any argument is given that ends up in the ignored |
I have looked into the issue. It can be solved with reasonable effort, but while I was writing the corresponding unit tests, I stumbled upon a much bigger problem: #2592. The latter needs to be solved first, definitely. I have created a master issue to collect all open inconsistencies between |
I guess we have 3 options here:
|
example of using 'incomparables' in DF.
example of using 'incomparables' in DT.
Output of sessionInfo()
The text was updated successfully, but these errors were encountered: