I tried to install the package stringr but failed for several times.
The error shows:
library(stringr) Error: package or namespace load failed for ‘stringr’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/local/Cluster-Apps/R/R.4.0.3/library/stringi/libs/stringi.so': /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/local/Cluster-Apps/R/R.4.0.3/library/stringi/libs/stringi.so)
I also tried to install stringi but failed as well for the same error.
Does anyone know how what happened and how can I deal with it? Thank you so much!