Skip to content

Commit

Permalink
Added a note to explain #800.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsrinivasan committed Oct 3, 2014
1 parent 9fc5e1c commit 3af87b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/data.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ chmatch2 <- function(x, table, nomatch=NA_integer_) {
}
ansvals = chmatch(ansvars, names(x))
} else {
# These commented lines are moved to the top for #800.
# jsub = substitute(j)
# # deconstruct and eval everything with just one argument, then reconstruct back to a call
# if (is.call(jsub))
Expand Down

0 comments on commit 3af87b9

Please sign in to comment.