0
RStudioに欠落しているデータを入力するためにVIMパッケージをインストールしたいが、関連e1071パッケージでエラーが発生する。パッケージe1071がダウンロードに失敗する
VIMパッケージはO.Kをインストールします。関連するe1071が次の理由で失敗します。
> install.packages("e1071", dependencies = T)
Installing package into ‘C:/Users/John/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
e1071 1.6-7 1.6-8 TRUE
Binaries will be installed
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/e1071_1.6-7.zip'
Warning in install.packages :
cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/e1071_1.6-7.zip': HTTP status was '404 Not Found'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/e1071_1.6-7.zip'
Warning in install.packages :
download of package ‘e1071’ failed
このパッケージをインストールするには何が必要ですか?
最近e1071が更新されたようですので、Rを再起動してやり直してください。 –
@Kevin Ushey、答えをくれてありがとう、そのトリックをしたええ!これを回答として投稿したい場合は、私は同意します。どうもありがとう。 – TheGoat