From 8deaa6a6221922aa2fbc688a844bb6fab5e04e05 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Wed, 27 Nov 2024 14:46:04 -0800 Subject: [PATCH] comment ref. issue --- R/bmerge.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/bmerge.R b/R/bmerge.R index ab92a1206..c9e0a976f 100644 --- a/R/bmerge.R +++ b/R/bmerge.R @@ -107,7 +107,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos } else stopf("Incompatible join types: %s is type integer64 but %s is type double and contains fractions", nm[2L], nm[1L]) } else { # just integer and double left - ic_idx = which(icol == icols) # check if on is joined on multiple conditions + ic_idx = which(icol == icols) # check if on is joined on multiple conditions, #6602 if (i_merge_type=="double") { coerce_x = FALSE if (!isReallyReal(i[[icol]])) {