format.mismatch_character
produces warning and erroneous output when there are many differences
#513
Labels
Milestone
An example:
Notice that in addition to the warnings, the first 5 elements of the two vectors are being recycled (see
x[6]
andy[6]
).The problem is in
format.mismatch_character
, where anytime there are more differences thanmax_diffs
(currently defaults to 5),show_x
,show_y
, andx$i
are no longer the same lengths in theMap
call.Let me know if you want me to submit a PR to fix this, assuming you agree with what I laid out above.
The text was updated successfully, but these errors were encountered: