Error while installing packages

and you don't have 3rd party VPN ?
p.s. I appreciate screenshots are necessary for things like the windows screens, but all the R outputs are textual, and I prefer to read them copied as code to text. in your message you can format text to be printed as code with a line of three backticks

like this

I don't have any VPN. Should I download it?

not necessarily, its just another thing that can block your internet traffic.
Are you on a residential,corporate or academic network ?

I am on residential network

My next thought is to have you install httr package (manually through local install in rstudio packagemanager , / i think you did local install for your tidyverse)
Then when you have httr try to get the url from R, just for example

httr::GET(url = "http://cran.rstudio.com/bin/windows/contrib/4.0/A3_1.0.0.zip")

For me the result is

Response [http://cran.rstudio.com/bin/windows/contrib/4.0/A3_1.0.0.zip]
  Date: 2020-06-01 12:33
  Status: 200
  Content-Type: application/zip
  Size: 90.4 kB
<BINARY BODY>

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.