Problem installing tidyverse package on Redhat 7.9

Hello

I have problem installing tidyverse package.Knowing that i have R4.1.3 .
This is the command i use:
install.packages("tidyverse", repos = https://jfrog.aaw.cloud.mycompanyName.ca/artifactory/dev-cran-remote/, method = "curl", extra = "-k", dependencies=TRUE)
I get the following message:

checking whether the ICU data library can be downloaded... downloading the ICU data library (icudt) output path: icu69/data/icu4c-69_1-data-bin-l.zip trying URL 'https://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip' Error in download.file(paste(href, fname, sep = ""), icudt zip fname, mode = "wb"): cannot open URL 'https://raw.githubusercontent.com/gagolews/stringi/master/src/icu69/data/icu4c-69_1-data-bin-l.zip'

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.