saezlab / OmnipathR

R client for the OmniPath web service
https://r.omnipathdb.org/
Other
112 stars 20 forks source link

object ‘homologene_download’ is not exported by 'namespace:OmnipathR' #65

Closed skylarsiwu0113 closed 1 year ago

skylarsiwu0113 commented 1 year ago

Hi,

I'm trying to install "LIANA" package, it seems like the installment was successful, but when I load the liana package, it shows object ‘homologene_download’ is not exported by 'namespace:OmnipathR'. Since LIANA uses OmnipathR as the dependent resource, I wonder could you please let me know how to fix it so that I can run LIANA? Thank you!

deeenes commented 1 year ago

Hi @skylarsiwu0113, Sorry, I missed your message until now. Most likely you have an old version of OmnipathR installed. I recommend to update it to the current master branch, using remotes::install_github. As you see, in the current version homologene_download is exported.