Error with library(tidyverse) in Rstudio. Need Help

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

You could try reinstalling tidyverse

install.packages('tidyverse')

If that doesn't help, if you can share your project id we can take a closer look.

Thank you for your reply and suggestion.i have tried it before. However, let me try again once.

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.