Skip to content

Commit 25a7e2e

Browse files
committed
make function name in massageSD more expressive
1 parent 22cf35e commit 25a7e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ replace_dot_alias = function(e) {
158158
# http://stackoverflow.com/questions/13441868/data-table-and-stratified-means
159159
# adding this does not compromise in speed (that is, not any lesser than without SDenv$.SD)
160160
# replaced SDenv$.SD to SDenv to deal with Bug #87 reported by Ricardo (Nice catch!)
161-
thisfun = paste0("..FUN", funi) # Fix for #985
161+
thisfun = paste0("..LAPPLY_FUN", funi) # Fix for #985
162162
assign(thisfun, eval(fun, SDenv, SDenv), SDenv) # to avoid creating function() for each column of .SD
163163
lockBinding(thisfun, SDenv)
164164
txt[[1L]] = as.name(thisfun)

0 commit comments

Comments
 (0)