fisheryu2022

Results 4 comments of fisheryu2022

> Hello, > > I am attempting to use the RunUMAP() function on some test data I have and I am getting the following error: > > ``` > Error...

Thank you to both Cinzialo and zhuldyzhanzak! I have now solved the problem. Here is my solution: 1. Go to https://cran.r-project.org/bin/macosx/tools/, download an installer package [gfortran-12.2-universal.pkg](https://mac.r-project.org/tools/gfortran-12.2-universal.pkg) 2. In R: install.packages("Matrix",...

> I have an M1 and am running into the error as well, but the below solution does not work: > > 2. In R: install.packages("Matrix", type = "source") >...

> Here, there, before installing Matrix and irlba, you could do this first : Go to https://cran.r-project.org/bin/macosx/tools/, download an installer package [gfortran-12.2-universal.pkg](https://mac.r-project.org/tools/gfortran-12.2-universal.pkg)