Hi there,
I really like your package and often use it to update my local R installation on Windows. It worked fine for years, but I've recently encountered the error below, for which you suggest to use setInternet2(TRUE). As setInternet2() is now defunct, I am kindly asking for a new bug fix for the issue and, if possible, for you to update the documentation.
Thank you very much in advance!
installr::check.for.updates.R()
Error in file(con, "r") :
cannot open the connection to 'https://cran.rstudio.com/bin/windows/base/'
In addition: Warning message:
In file(con, "r") :
URL 'https://cran.rstudio.com/bin/windows/base/': status was 'SSL connect error'
> setInternet2(TRUE)
Error: 'setInternet2' is defunct.
See help("Defunct")