waldo
waldo copied to clipboard
NaN and NA compare as equal
waldo::compare(NA_real_, NaN)
#> ✔ No differences
Created on 2022-08-29 by the reprex package (v2.0.1)
I suggest this fix #151
I just noticed this issue as well. The comparison being equal was somewhat unexpected