Tidyverse loading giving error

I am a beginner in Rstudio and I have been trying to load the tidyverse package but it is giving me error. Please provide a solution to fix this..
-my Rstudio is updated.

library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/stringi/libs/stringi.so':
libicui18n.so.55: cannot open shared object file: No such file or directory

Try reinstalling the offending package

install.packages("stringi")

Do you get any error message while doing so?

1 Like

I was getting the exact error message, and this fixed it. Thanks!

This fixed my problem as well.
Thanks!

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.