Linux R 在 install packages 遇到的問題集

內容說明

CentOS 6 為例,在這會遇到非常多關於 R server 要安裝套件時遇到的問題,在這邊進行記錄。

Warning: 關於 Install Packages 的萬用解

可先嘗試用此方法,假如不行再根據下面錯誤改變

solution 1

嘗試用此方法

1
install.packages("packages", dependencies = TRUE)

連結

Problems installing the devtools package

Warning: unable to access index for repository https://cran.csie.ntu.edu.tw/src/contrib

solution 1:

嘗試看看至 chooseCRANmirror() 然後再使用 http , 注意,並不是 https

連結

Warning message: package ‘magrittr’ is not available (for R version 3.2.0)

solution 1:

透過 Bioconductor ,嘗試並下載或更新套件包

1
2
source("http://bioconductor.org/biocLite.R")
biocLite("包名")

連結

R语言 关于package’***’ is not available(for R version 3.4.1)

Warning

  • 版權聲明: 本部落格所有文章除有特別聲明外,均採用 Apache License 2.0 許可協議。轉載請註明出處!
  • © 2020-2024 John Doe
  • Powered by Hexo Theme Ayer
  • PV: UV: