saezlab / liana

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

Installation #73

Closed haripazhayath closed 1 year ago

haripazhayath commented 1 year ago

Hi There,

I am facing an issue with installation of the package

remotes::install_github('saezlab/liana') Error: Failed to install 'unknown package' from GitHub: Line starting 'Config/testthat/edit ...' is malformed!

Could you please help

dbdimitrov commented 1 year ago

Hi @haripazhayath,

I wasn't able to reproduce your error.

Could you give this line a try: remotes::install_github("saezlab/liana", ref="0.1.7")

haripazhayath commented 1 year ago

That still gives the same error

haripazhayath commented 1 year ago

I have installed R packages using conda and then git cloned the repository installed this package

Thanks