Package ggplot themes not loading after install

The package ggplot themes installs just fine, but will not run when trying to load:

Error: package or namespace load failed for ‘ggthemes’ 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

Any idea what might be causing this?

I think it's saying it couldn't load the stringi package, which presumably is a dependency of ggthemes. I'd try re-installing that after restarting R using install.packages("stringi").

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.