I'm on a new office computer (Windows 10) which I've installed R3.6.1 and RStudio Desktop 1.2.5001 onto.
However I getting an error when I try and install packages, e.g.
install.packages("ggplot2")
Warning in install.packages : write error in extracting from zip file
Error in install.packages : subscript out of bounds
install.packages("ggplot2", dependencies =TRUE)
Warning in install.packages : write error in extracting from zip file
Warning in install.packages : cannot open compressed file 'ps/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
Any ideas on how to resolve this?