Skip to content

Commit 5f35729

Browse files
ws diff
1 parent 73fb757 commit 5f35729

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/bmerge.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
108108
}
109109
stopf("Incompatible join types: %s (%s) and %s (%s). Factor columns must join to factor or character columns.", xname, x_merge_type, iname, i_merge_type)
110110
}
111-
112111
if (x_merge_type == i_merge_type) {
113112
if (verbose) catf("%s has same type (%s) as %s. No coercion needed.\n", iname, x_merge_type, xname)
114113
next

0 commit comments

Comments
 (0)