SCP icon indicating copy to clipboard operation
SCP copied to clipboard

ERROR: dependency ‘harmony’ is not available for package ‘SCP’

Open Kiliankleemann opened this issue 1 year ago • 1 comments

Tried installing SCP with devtools. I have python 3.10

Kiliankleemann avatar Oct 31 '22 19:10 Kiliankleemann

I found that ‘harmony’ was removed from the CRAN repository recently. You can install it manually from GitHub.

library(devtools)
install_github("immunogenomics/harmony")

In the next SCP version, I will move the "harmony" to the Remote dependencies. Thanks! @Kiliankleemann

zhanghao-njmu avatar Nov 01 '22 01:11 zhanghao-njmu