I am getting an error when I try to update my R packages (via the Packages pane > Update but I don't think this matters). I haven't had this error before - it seems to have just invented itself recently to make my life difficult I could update fine just a couple of days ago.
There's no real error message to help me work out what the issue is. This is what I see in the console:
> install.packages(c("blogdown", "bookdown", "geometry", "hms", "lpSolve", "pkgbuild", "rgl", "RgoogleMaps", "rmarkdown", "sys", "whisker", "zip"))
Error in install.packages : Updating loaded packages
[comes up with dialogue about restarting R to allow update]
Restarting R session...
> install.packages(c("blogdown", "bookdown", "geometry", "hms", "lpSolve", "pkgbuild", "rgl", "RgoogleMaps", "rmarkdown", "sys", "whisker", "zip"))
Restarting R session...
Error: Unable to establish connection with R session
I'm using RStudio, and have R 3.6.1 on 64-bit Windows 10.
I've done a Windows reboot and it's the same issue after doing that.
Any ideas please?