You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the bug only occurs when melt is called with na.rm=TRUE on a data.table with a column that purely consists of NA-values. Also note, that the bug does not occur, when the NA-column is the last column of the data.table.
The text was updated successfully, but these errors were encountered:
The code
produces in data.table v1.9.4
but in data.table v.1.9.6 incorrectly returns
It seems the bug only occurs when
melt
is called withna.rm=TRUE
on a data.table with a column that purely consists of NA-values. Also note, that the bug does not occur, when the NA-column is the last column of the data.table.The text was updated successfully, but these errors were encountered: