Error in installing seurat

Hi
I have the following error after instating Seurat, any help?
Using R studio version 1.4 and R version 4

Error: package or namespace load failed for ‘Seurat’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘Matrix’ 1.2-18 is already loaded, but >= 1.3.3 is required

thanks

This is asking you to update the Matrix package

install.packages("Matrix")

Yes. it worked.
Thanks a lot.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.