-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function 'as_cholmod_sparse' not provided by package 'Matrix' #1599
Comments
also after I installed the packages in R, it showed that Matrix and irlba are not installed when I opened Rstudio |
after installation in R, it also showed in the R console: |
─ Session info ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ─ Packages ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
Please see #1596 |
downloaded GNU Fortran compiler from https://mac.r-project.org/tools/ to help installing irlba |
Thanks so much |
Following the PBMC signac intruction, got this error when running pbmc <- RunSVD(pbmc):
Error in irlba(A = t(x = object), nv = n, work = irlba.work, tol = tol) :
function 'as_cholmod_sparse' not provided by package 'Matrix'
Tried the solution:
install.packages("irlba", type="source")
install.packages("Matrix", type = "source")
install.packages("SeuratObject", type = "source")
But still got the same error after reopen the Rstudio again
The text was updated successfully, but these errors were encountered: