Skip to content

Commit 8deaa6a

Browse files
comment ref. issue
1 parent 56e3169 commit 8deaa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bmerge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
107107
} else stopf("Incompatible join types: %s is type integer64 but %s is type double and contains fractions", nm[2L], nm[1L])
108108
} else {
109109
# just integer and double left
110-
ic_idx = which(icol == icols) # check if on is joined on multiple conditions
110+
ic_idx = which(icol == icols) # check if on is joined on multiple conditions, #6602
111111
if (i_merge_type=="double") {
112112
coerce_x = FALSE
113113
if (!isReallyReal(i[[icol]])) {

0 commit comments

Comments
 (0)