How to install Tidyverse

"Ok I managed to change to the U of Waterloo Repository and installed tidyverse from there but it's weird because I had to manually attach dplyr and stringr packages along with install couple of dependencies but overall I managed to get my code running again. Thank you.

I'm gonna continue to get IT to fix the issue so I can rely on the main global repo again."

I am facing the same issue in my company and I do not understand the workaround this person here mentioned. Anybody can explain me how to fix this issue?

Please post the command you run and all of its output. Don't post an image. Copy the output from the console and paste it into a reply placing three back ticks before and after it, like this:
```
Pasted command and output goes here
```

 install.packages("dplyr")
Warning in install.packages :
  kann nicht auf den Index für das Repository https://cran.rstudio.com/src/contrib zugreifen:
  cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Warning in install.packages :
  kann nicht auf den Index für das Repository https://cran.rstudio.com/src/contrib zugreifen:
  cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning in install.packages :
  package ‘dplyr’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Warning in install.packages :
  kann nicht auf den Index für das Repository https://cran.rstudio.com/bin/windows/contrib/4.3 zugreifen:
  cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.3/PACKAGES'
install.packages("tidyverse")
Warning in install.packages :
  kann nicht auf den Index für das Repository https://cran.rstudio.com/src/contrib zugreifen:
  cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Warning in install.packages :
  kann nicht auf den Index für das Repository https://cran.rstudio.com/src/contrib zugreifen:
  cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning in install.packages :
  package ‘tidyverse’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Warning in install.packages :
  kann nicht auf den Index für das Repository https://cran.rstudio.com/bin/windows/contrib/4.3 zugreifen:
  cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.3/PACKAGES'

The user in the post you referenced used a different repository. To change repositories, go to the menu Tools -> Global Options. Click the Packages icon on the left. On the Management tab, click the Change button next to the box titled Primary CRAN Repository. The list contains some options in Germany, which might be good choices if those are close to you.

Can you reach https://cran.rstudio.com/src/contrib/PACKAGES from your browser?

Thanks for your help. Unfortunately, it still does not work after changing it to different locations. However, I can reach the cran link you posted.

install.packages("tidyverse")
Warning in install.packages :
  kann nicht auf den Index für das Repository https://ftp.fau.de/cran/src/contrib zugreifen:
  cannot open URL 'https://ftp.fau.de/cran/src/contrib/PACKAGES'
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Warning in install.packages :
  kann nicht auf den Index für das Repository https://ftp.fau.de/cran/src/contrib zugreifen:
  cannot open URL 'https://ftp.fau.de/cran/src/contrib/PACKAGES'
Warning in install.packages :
  package ‘tidyverse’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Warning in install.packages :
  kann nicht auf den Index für das Repository https://ftp.fau.de/cran/bin/windows/contrib/4.3 zugreifen:
  cannot open URL 'https://ftp.fau.de/cran/bin/windows/contrib/4.3/PACKAGES'
> 

Are you in a corporate environment that might be limiting your web access with a firewall? I do not understand how such things work but jcblum mentions it in this thread

Do you have IT support that you could ask about that?

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.