Skip to content

Commit 5abd761

Browse files
remove nws item
1 parent 7e02a0d commit 5abd761

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

R/fcast.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,3 @@ dcast.data.table = function(data, formula, fun.aggregate = NULL, sep = "_", ...,
249249
setattr(ans, 'sorted', lhsnames)
250250
ans
251251
}
252-
253-
# Update to ensure integer indices are returned for list measure.vars in melt function
254-
# This change is to maintain consistency with the documentation and avoid future warnings.
255-
# The variable column will now return integer indices when measure.vars is a list.
256-
# Users should change measure.vars=list("col_name") to measure.vars="col_name".

0 commit comments

Comments
 (0)