In dplyr 1.1.0, na_if() now requires compatible vectors. In particular, data frames and atomic vectors are not compatible. This PR fixes errors caused by this behaviour change.
We plan to release dplyr on January 27. A pre-emptive fix release of ontologics would be helpful, if possible. Thanks!
In dplyr 1.1.0,
na_if()
now requires compatible vectors. In particular, data frames and atomic vectors are not compatible. This PR fixes errors caused by this behaviour change.We plan to release dplyr on January 27. A pre-emptive fix release of ontologics would be helpful, if possible. Thanks!