STdeconvolve icon indicating copy to clipboard operation
STdeconvolve copied to clipboard

dependency 'liger' is not available

Open lx2006 opened this issue 1 year ago • 1 comments

Just a heads-up that the package ‘liger’ was removed from the CRAN repository on 2024-06-14. As a result, you will encounter an error message stating that the dependency 'liger' is not available for the package 'STdeconvolve'.

A temporary workaround is to install ‘liger’ from the CRAN archive before installing ‘STdeconvolve’ :

install.packages("https://cran.r-project.org/src/contrib/Archive/liger/liger_2.0.1.tar.gz", repos = NULL, type = "source")

It would be great to fix this issue permanently.

lx2006 avatar Jul 09 '24 19:07 lx2006

Thanks for the heads up!

Since LIGER is on Github (https://github.com/JEFworks/liger), my sense is that using remotes will provide a more permanent solution: https://remotes.r-lib.org/articles/dependencies.html

So the DESCRIPTION file can be updated to remove liger from the Imports: list and instead add Remotes: JEFworks/liger

JEFworks avatar Jul 09 '24 22:07 JEFworks

Closing as this should be resolved in commit 380d134da0d78c0b439ed532aecee0f1aab1ab11

JEFworks avatar Jul 23 '24 14:07 JEFworks