Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWarning on merge: longer object length is not a multiple of shorter object length #3061
Comments
|
I did some debugging and the following code will trigger the warning d2[d1, on = c("S_INFO_WINDCODE", "ANN_DT", "REPORT_PERIOD", "REPORT_YEAR", "REPORT_QUARTER")]The warning happens at https://github.com/Rdatatable/data.table/blob/master/R/data.table.R#L1331 |
|
Closed by #3063 |
When I upgrade data.table to the latest release (1.11.6) from 1.11.4, the following code produces a warning:
My session info:
It is reproducible under macOS + R 3.5, Ubuntu 16.04 + R 3.5, Ubuntu 16.04 + R 3.4, Ubuntu 18.04 + R 3.5.