luckinet / ontologics

Code-Logics to Handle Ontologies
https://luckinet.github.io/ontologics/
GNU General Public License v3.0
3 stars 2 forks source link

Compatibility with dplyr 1.1.0 #27

Closed lionel- closed 1 year ago

lionel- commented 1 year ago

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!

EhrmannS commented 1 year ago

Thanks for this contribution, Lionel!