ggplot2のインストールに関する多くのトピックを見てきましたが、問題は発生していません。
Rスタジオバージョン0.97.332を使用しています。すでにsmとextremevaluesを問題なくインストールしましたが、ggplot2をインストールできません。
私は次の2つの方法を試しましたが、どちらも機能しません。
install.packages("C:\\Temp\\ggplot2_0.9.3.1.zip", repos=NULL,
lib.loc="...\Documents\\R\\win-library\\2.15")
Installing package(s) into ‘...\Documents/R/win-
library/2.15’ (as ‘lib’ is unspecified)
inferring 'repos = NULL' from the file name
package ‘ggplot2’ successfully unpacked and MD5 sums checked
Warning in install.packages :
unable to move temporary installation
‘\\..\Documents\R\win-
library\2.15\file15c06ecb4488\ggplot2’ to
‘\\...\Documents\R\win-library\2.15\ggplot2’
ggplot2の破損した(?)フォルダーを手動で削除しましたが、これも機能しませんでした。また、フォルダーを手動で移動することもできませんでした。
install.packages("ggplot2")
Installing package(s) into ‘\\.../Documents/R/win-
library/2.15’
(as ‘lib’ is unspecified)
trying URL 'http://cran.rstudio.com/bin/windows/contrib/2.15/ggplot2_0.9.3.1.zip'
Content type 'application/zip' length 2665534 bytes (2.5 Mb)
opened URL
downloaded 2.5 Mb
package ‘ggplot2’ successfully unpacked and MD5 sums checked
Warning in install.packages :
unable to move temporary installation
‘\\...\Documents\R\win-
library\2.15\file15c0758038ea\ggplot2’ to
‘\\...\Documents\R\win-library\2.15\ggplot2’
The downloaded binary packages are in
C:\Users\...\AppData\Local\Temp\RtmpmocnrL\downloaded_packages
私はcorrplotをインストールするために同じアプローチを試しましたが、どちらも機能しませんでした。
助けていただければ幸いです、私は今何度もそれを試しました...