I am trying to teach myself R and have successfully downloaded R and RStudio, but cannot get tidyverse to download for some reason. I've tried looking at other posts, but am honestly very stuck still. I think it could have to do with the new updated version of R but am not sure.
Could I get any feedback please? I'm not sure if I need to keep waiting and trying to install until it does work or if there is a different issue here. Thank you in advance
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/4.4:
cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/PACKAGES'
Packages which are only available in
source form, and may need compilation
of C/C++/Fortran: ‘ellipsis’ ‘cli’
‘readxl’ ‘rlang’ ‘xml2’
installing the source packages ‘withr’, ‘cellranger’, ‘broom’, ‘ggplot2’, ‘hms’, ‘pillar’, ‘tidyverse’
trying URL 'https://cran.rstudio.com/src/contrib/withr_3.0.0.tar.gz'
Warning in install.packages :
URL 'https://cran.rstudio.com/src/contrib/withr_3.0.0.tar.gz': status was 'SSL connect error'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/src/contrib/withr_3.0.0.tar.gz'
Warning in install.packages :
download of package ‘withr’ failed
trying URL 'https://cran.rstudio.com/src/contrib/cellranger_1.1.0.tar.gz'
Warning in install.packages :
URL 'https://cran.rstudio.com/src/contrib/cellranger_1.1.0.tar.gz': status was 'SSL connect error'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/src/contrib/cellranger_1.1.0.tar.gz'
Warning in install.packages :
download of package ‘cellranger’ failed
trying URL 'https://cran.rstudio.com/src/contrib/broom_1.0.5.tar.gz'
Content type 'application/x-gzip' length 641849 bytes (626 KB)
downloaded 626 KB
trying URL 'https://cran.rstudio.com/src/contrib/ggplot2_3.5.1.tar.gz'
Content type 'application/x-gzip' length 3604371 bytes (3.4 MB)
downloaded 3.4 MB
trying URL 'https://cran.rstudio.com/src/contrib/hms_1.1.3.tar.gz'
Warning in install.packages :
URL 'https://cran.rstudio.com/src/contrib/hms_1.1.3.tar.gz': status was 'SSL connect error'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/src/contrib/hms_1.1.3.tar.gz'
Warning in install.packages :
download of package ‘hms’ failed
trying URL 'https://cran.rstudio.com/src/contrib/pillar_1.9.0.tar.gz'
Warning in install.packages :
URL 'https://cran.rstudio.com/src/contrib/pillar_1.9.0.tar.gz': status was 'SSL connect error'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/src/contrib/pillar_1.9.0.tar.gz'
Warning in install.packages :
download of package ‘pillar’ failed
trying URL 'https://cran.rstudio.com/src/contrib/tidyverse_2.0.0.tar.gz'
Warning in install.packages :
URL 'https://cran.rstudio.com/src/contrib/tidyverse_2.0.0.tar.gz': status was 'SSL connect error'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/src/contrib/tidyverse_2.0.0.tar.gz'
Warning in install.packages :
download of package ‘tidyverse’ failed
ERROR: dependencies 'ellipsis', 'rlang' are not available for package 'broom'
* removing 'C:/Users/alexa/AppData/Local/R/win-library/4.4/broom'
Warning in install.packages :
installation of package ‘broom’ had non-zero exit status