Skip to content

Commit

Permalink
fix typos in verbose message command (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
franknarf1 authored and mattdowle committed Jul 18, 2019
1 parent f837d50 commit 1ef7456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bmerge.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
}
}
if (xclass == iclass) {
if (verbose) cat("i.",names(i)[ic],"has same type (",xclass,") as x.",names(x)[xc],". No coercion needed.")
if (verbose) cat("i.",names(i)[ic],"has same type (",xclass,") as x.",names(x)[xc],". No coercion needed.\n", sep="")
next
}
if (xclass=="character" || iclass=="character" ||
Expand Down

0 comments on commit 1ef7456

Please sign in to comment.