saezlab / liana

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

Installation of Liana #132

Open joachimsiaw opened 8 months ago

joachimsiaw commented 8 months ago

I was having issues installing liana. Below are the input code and the error:

remotes::install_github('saezlab/liana')

Error: Failed to install 'unknown package' from GitHub: Line starting 'Config/testthat/edit ...' is malformed!

mvereten commented 6 months ago

I see the same error, has anyone fixed this?

dbdimitrov commented 6 months ago

Hey,

Thanks for the issue. Though I am unable to reproduce it. This seems to be somehow related to Windows?

I found an issue where it was resolved by cloning the repo and installing it locally, as I answered here: https://github.com/saezlab/liana/issues/102

Let me know if this helps.

Daniel