JinmiaoChenLab / Rphenograph

Rphenograph: R implementation of the PhenoGraph algorithm
47 stars 26 forks source link

Rphenograph and igraph version 1.5.0 incompatible #20

Open zoqaiyum opened 1 year ago

zoqaiyum commented 1 year ago

Hi,

I have installed Rphenograph version 0.99.1 and I have igraph version 1.5.0 also installed. However, whenever I load the library for Rphenograph, and then try to load the library for igraph, Rphenograph gets deselected. They both do not have the check mark next to them at the same time. One gets loaded, but the other gets unloaded. This is not the case for my friend who has igraph version 1.4.3 installed and both packages can be loaded at the same time.

Specifically, this is the error that pops up on my iMac intel computer:

> library(Rphenograph) Loading required package: igraphError in value[3L] :
      Package ‘igraph’ version 1.4.3 cannot be unloaded: Error in unloadNamespace(package) : namespace ‘igraph’ is imported by ‘leiden’, ‘Seurat’ so cannot be unloaded