Skip to content

tidyverse 1.3.2 fails to load on linux with r-base 4.0.5 #774

@sfweller

Description

@sfweller

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions