Skip to content

Commit c9693bd

Browse files
committed
merged branch
1 parent 8624ba1 commit c9693bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/data.table.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ replace_dot_alias = function(e) {
316316
warningf("nomatch isn't relevant together with :=, ignoring nomatch")
317317
nomatch=NULL
318318
}
319-
if (length(jsub) >= 3L && is.function(jsub[[3L]])) {
320-
stopf("the right hand side of := should be a vector, list, data.frame, function or call, not a function,to store a function wrap it in a list: DT[, newcol := list(myfun)]")
321-
}
322319
}
323320
}
324321

0 commit comments

Comments
 (0)