Windowsのアーカイブにあるパッケージをインストールするにはどうすればよいですか?アーカイブにRパッケージをインストールする
http://cran.r-project.org/src/contrib/Archive/
私は、私は次のエラーを取得するアーカイブからダウンロードしたtar.gz形式インストールしよう:
Error in gzfile(file, "r") : cannot open the connection In addition: Warning messages: 1: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file 2: In gzfile(file, "r") : cannot open compressed file 'grasp_2.5-7.tar.gz/DESCRIPTION', probable reason 'No such file or directory'
WindowsソースのインストールにはRtoolsが必要な場合があります。 –