We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current error message is this:
Error in dcast.data.table(test.table, as.formula(paste(class.col, "+", : retFirst must be integer vector the same length as nrow(i)
A replacement candidate recommended by Arun is this:
Error: fun.aggregate should return, for each unique group (from formula's LHS), a length 1 vector, but returns length=2 for a group.
This SO thread has a reproducible example and background describing the issue.
The text was updated successfully, but these errors were encountered:
b142804
arunsrinivasan
No branches or pull requests
The current error message is this:
A replacement candidate recommended by Arun is this:
This SO thread has a reproducible example and background describing the issue.
The text was updated successfully, but these errors were encountered: