R 用の data.table ライブラリをインストールしようとしていますが、動作しません。CRAN と Bioconductor の両方を使用してみましたが、R 3.2.2 ではパッケージを使用できないというエラーが表示され続けます。
> biocLite('data.table')
BioC_mirror: http://bioconductor.org
Using Bioconductor version 3.1 (BiocInstaller 1.18.4), R version 3.2.2.
Installing package(s) ‘data.table’
Warning: unable to access index for repository
https://cran.rstudio.com/src/contrib
Warning: unable to access index for repository
https://cran.rstudio.com/src/contrib
Warning message:
package ‘datatable’ is not available (for R version 3.2.2)
> install.packages("data.table")
Warning: unable to access index for repository
https://cran.rstudio.com/src/contrib
Warning message:
package ‘data.table’ is not available (for R version 3.2.2)
私は本当に何をすべきか見当がつかない... Rにとって非常に新しい.