简体   繁体   English

安装插入符号包时出现问题

[英]issues installing caret package

I run into some problem while installing R package. 安装R软件包时遇到一些问题。 I am using R studio in ubuntu. 我在ubuntu中使用R Studio。 Here is the problem 这是问题所在

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

You are using a version of R that is more than two years old (version 3.0). 您使用的R版本已有两年以上的历史(3.0版)。 Most modern packages require a more recent version. 大多数现代软件包都需要更新的版本。 The latest release of R is version 3.2.2. R的最新版本是3.2.2。

I would suggest that you update your R version and try again. 我建议您更新R版本,然后重试。 A detailed description on how to update R on ubuntu is given here . 这里给出如何在ubuntu上更新R详细描述。

> tail(rversions::r_versions(),15)
#   version                        date
#82  2.15.0 2012-03-30T07:16:05.708046Z
#83  2.15.1 2012-06-22T07:09:44.415136Z
#84  2.15.2 2012-10-26T07:11:16.605580Z
#85  2.15.3 2013-03-01T08:28:29.088755Z
#86   3.0.0 2013-04-03T07:12:36.801147Z
#87   3.0.1 2013-05-16T07:11:33.885209Z
#88   3.0.2 2013-09-25T07:11:09.016418Z
#89   3.0.3 2014-03-06T08:12:33.995105Z
#90   3.1.0 2014-04-10T07:11:10.831155Z
#91   3.1.1 2014-07-10T07:11:09.316022Z
#92   3.1.2 2014-10-31T08:11:32.082768Z
#93   3.1.3 2015-03-09T08:12:20.229070Z
#94   3.2.0 2015-04-16T07:13:33.144514Z
#95   3.2.1 2015-06-18T07:15:04.589869Z
#96   3.2.2 2015-08-14T07:13:18.272871Z

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM