You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: