I just updated my R version as shown here and now I can not use my packages. I tried to remove and reinstall them but I still get an error. For example, trying to install tidyverse
gives me
install.packages("tidyverse")
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
internet routines cannot be loaded
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
internet routines cannot be loaded
Warning in install.packages :
package ‘tidyverse’ is not available (for R version 4.0.0)
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/4.0:
internet routines cannot be loaded
I found this question but the steps in the answer did not help. Some steps do not apply to my situation and trying to run some of the steps results in the very same error.