Asking for help on tidyverse installation

Hello!
I'm currently having issue with installing tidyverse in my Rstudio.
The message received in the console is below:

install.packages("tidyverse")
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/
Installing package into ‘C:/Users/USER-PC/AppData/Local/R/win-library/4.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
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

On the device with which you cant install tidyverse; can you yourself successfully browse this links?
If you can't then that would need to be understood before trying other things.

Alright.

Thank you.

These are all warnings, which are different from errors (the latter interrupt a process / make it fail). Or do you get an error at some point also? If not, what happens when you try to load tidyverse with library(tidyverse)?

Can you access that URL from your web browser? Are you behind a proxy?