Open liyiwang0725 opened 3 weeks ago
I have the same problem.
I have the same problem.
I have the same problem..who can help me.thank you very much!!!!!
I have the same problem..who can help me.thank you very much!!!!!
To solve this problem, simply downgrade the igraph. Go to the following link and install version 2.0.3 to restart the R session.
https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.2/igraph_2.0.3.tgz
I have the same problem..who can help me.thank you very much!!!!!
To solve this problem, simply downgrade the igraph. Go to the following link and install version 2.0.3 to restart the R session.
https://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.2/igraph_2.0.3.tgz
thank you reply my question so quickly,this problem is solved!
however, many packages depend on igraph function. if changed the version, how to solve another issues? anyway when installing it,,,, install.packages("./igraph_2.0.3.tgz", repos = NULL, type="source") WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
I encountered the same issue where I couldn't load igraph after downloading version 2.0.3 due to too many dependencies. Could you please help me resolve this problem? Your assistance would be greatly appreciated. Thank you.
Hi everyone, I am using monocle2 to perform psedotime analysis. I met an error when it running:
cds <- reduceDimension(cds, max_components = 2, method = 'DDRTree')
cds <- orderCells(cds)
How to figure it out? My version: R 4.4.1 monocle 2.33.0 igraph 2.1.1 Thanks for your help!