Несколько часов я начал изучать R и столкнулся с проблемой при установке пакета ggplot2.
Проблема:
> install.packages("ggplot2", dependencies = FALSE)
Installing package into ‘C:/Users/Ramal/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/ggplot2_3.0.0.zip'
Content type 'application/zip' length 3579116 bytes (3.4 MB)
downloaded 3.4 MB
Error in install.packages : cannot open file 'C:/Users/Ramal/Documents/R/win-library/3.5/file1d0849aa2ba8/ggplot2/help/figures/logo.png': Permission denied
это последняя версия R. и этот вопрос уже задавался здесь.
но ответы не помогли мне. Не могли бы вы помочь мне решить эту проблему?