saezlab / liana

LIANA: a LIgand-receptor ANalysis frAmework
https://saezlab.github.io/liana/
GNU General Public License v3.0
176 stars 31 forks source link

Warning Invoke is deprecated #127

Closed Eomesodermin closed 2 months ago

Eomesodermin commented 11 months ago

Just a heads up, the following warning was generated as part of a liana_wrap() function call

invoke()is deprecated as of rlang 0.4.0. Please useexec()orinject()` instead.

dbdimitrov commented 11 months ago

I'm aware but exec used cause R to stall when working with large data and they didn't seem interested in fixing it.

I will check if there has been any change since.