I have R studio 4.0 and my goal is to install packages like R comander, reshape2, xlsx and stringr.
but when trying to install with install.packages ("reshape2") it throws the following error in red:
Installing package into ‘C:/Users/FabiánAlvaradoGuevar/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
probando la URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/reshape2_1.4.4.zip'
Content type 'application/zip' length 814461 bytes (795 KB)
downloaded 795 KB
package ‘reshape2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\FabiánAlvaradoGuevar\AppData\Local\Temp\Rtmp2lar9l\downloaded_packages
It should be clarified that I have already tried to install by tools and I do not get a result, thanks.