0
我在安裝R程序包時遇到了一些問題。我在Ubuntu上使用R studio。 這裏是你正在使用的版本R
這是兩年多歲(3.0版)的問題安裝脫字符號包的問題
ERROR: dependency ‘plyr’ is not available for package ‘scales’
* removing ‘/home/nilmadhab/R/x86_64-pc-linux-gnu-library/3.0/scales’
Warning in install.packages :
installation of package ‘scales’ had non-zero exit status
ERROR: dependency ‘plyr’ is not available for package ‘reshape2’
* removing ‘/home/nilmadhab/R/x86_64-pc-linux-gnu- library/3.0/reshape2’
Warning in install.packages :
installation of package ‘reshape2’ had non-zero exit status
ERROR: dependencies ‘plyr’, ‘reshape2’, ‘scales’ are not available for package ‘ggplot2’
* removing ‘/home/nilmadhab/R/x86_64-pc-linux-gnu-library/3.0/ggplot2’
Warning in install.packages :
installation of package ‘ggplot2’ had non-zero exit status
ERROR: dependencies ‘ggplot2’, ‘car’, ‘reshape2’, ‘plyr’ are not available for package ‘caret’
* removing ‘/home/nilmadhab/R/x86_64-pc-linux-gnu-library/3.0/caret’
Warning in install.packages :
installation of package ‘caret’ had non-zero exit status
你檢查http://stackoverflow.com/questions/25721884/how-should-i-deal-with-package-xxx-is-not-available-for-r-version-xyz-wa沒有? –