Issuing the library() command at the R prompt fails to load the tidyverse package on Linux x86_64. Oracle Linux, kernel 5.4.17
It fails with the following error message:
Error: package or namespace load failed for 'tidyverse' in dyn.load() unable to load shared object '/u01/.conda/envs/rtestenv/lib/R/library/haven/libs/haven.so': /u01/.conda/envs/rtestenv/lib/R/library/haven/libs/haven.so: undefined symbol: libiconv
conda create -n rtestenv -c conda-forge --strict-channel-priority r-base=4.0.5 r-tidyverse r-lubridate r-data.table r-forecast r-ggplot2 r-rcpp
conda activate rtestenv
R
library(tidyverse)