I have just updated my R 3.4.0 to R 3.4.1 and my package installation has started timing out.
It looks like R is having trouble with accessing URLs:
install.packages("tidyverse")
Warning in install.packages :
InternetOpenUrl failed: 'The operation timed out'
Warning in install.packages :
InternetOpenUrl failed: 'The operation timed out'
Warning in install.packages :
InternetOpenUrl failed: 'The operation timed out'
I tried different CRAN mirrors, but still getting the same issue. Any thoughts around this are much appreciated.