welch-lab / liger

R package for integrating and analyzing multiple single-cell datasets
GNU General Public License v3.0
389 stars 78 forks source link

RANN.L1 dependency no longer on CRAN #140

Closed ac3957 closed 4 years ago

ac3957 commented 4 years ago

When trying to install liger, there is a missing dependency RANN.L1 On its CRAN page:

Package ‘RANN.L1’ was removed from the CRAN repository.

Formerly available versions can be obtained from the archive.

Archived on 2020-01-15 as nothing depends on it.

You'll want to either get this unarchived, or advise users to install RANN.L1 separately with: install_github("jefferis/RANN@master-L1")

skpalan commented 4 years ago

Hi, thank you for your comment! We have noticed this dependency problem, it will be fixed very soon in the next version.

htc502 commented 4 years ago

Hi, got the same error. any solution for this problem?

ac3957 commented 4 years ago

as mentioned above,

install_github("jefferis/RANN@master-L1")

raivivek commented 4 years ago

Alternatively, you can also install though conda. conda install r-rann.l1.