You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just descovered a breaking change of replace_na in tidyr 1.2.0.
In earlier versions tidyr::replace_na(NA, 0) returned 0 (expected). In 1.2.0 it returns FALSE (unexpected).
tidyr::replace_na(NA, 0) #returning FALSE instead of 0