This issue that I described in the title occurs when I try to load any library. This issue recently started happening after updating a couple of my machines running Manjaro.
> library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/chance/R/x86_64-pc-linux-gnu-library/3.6/stringi/libs/stringi.so':
libicui18n.so.64: cannot open shared object file: No such file or directory
This occurs when I try to load any package, not just Tidyverse. Occurs in RStudio and when running R from the terminal. Because it happened on Manjaro on multiple machines after the same major update, this may be a better question on their forms, but this issue only seems to be affecting R for me.
If anyone could clue me in as to what information I may be able to provide to receive better help, please let me know and I'll provide that info.
R version 3.6.1
RStudio version 1.2.5033
Thanks in advance for any insight you may have!