The R problem and seurat package installation and library

Hello,
I am a university student, I want to use the seurat package , but I encounter this error.
Before this, I encountered a similar error, which gave an error about munsell instead of stringi, and it was fixed after installing the scales package.
Thank you in advance for your help and guidance.

library(Seurat)
Error: package or namespace load failed for ‘Seurat’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘stringi’

Try running

install.packages("stringi")

then library(Seurat).

Thanks, but I can't install the package and it gives the following error:
Warning in install.packages :
download of package ‘stringi’ failed

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.