Hi, I'm new to R and for some reason I have problem using packages,
for example, after I write:
install.packages("ggplot2")
it says:
install.packages("ggplot2")
Installing package into ‘C:/Users/shper/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/bin/windows/contrib/4.1/ggplot2_3.3.5.zip'
Content type 'application/zip' length 4129299 bytes (3.9 MB)
downloaded 3.9 MB
package ‘ggplot2’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\shper\AppData\Local\Temp\Rtmp0OnZLn\downloaded_packages
I'd love some help, thanks!