“package ‘******’ is not available for this version of R“——Rstudio下载包报错
Posted Z.Q.Feng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“package ‘******’ is not available for this version of R“——Rstudio下载包报错相关的知识,希望对你有一定的参考价值。
文章目录
一、项目场景
在使用 Rstudio 下载 aTSA
包时出现了报错,网络无问题,大致报错如下:
Warning in install.packages :
package ‘aTSA’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
二、解决办法
本来想着更新自己 R 语言版本的,但是麻烦太大,换了好几个镜像源也没有,查了半天资料终于解决:
install.packages('aTSA', dependencies=TRUE, repos='http://cran.rstudio.com/')
使用上述命令替换 install.packages
命令即可。
问题解决。
以上是关于“package ‘******’ is not available for this version of R“——Rstudio下载包报错的主要内容,如果未能解决你的问题,请参考以下文章
“package ‘******’ is not available for this version of R“——Rstudio下载包报错
“package ‘******’ is not available for this version of R“——Rstudio下载包报错
linux中php项目无法发送邮件:PEAR mail package is not installed
struts异常:Caused by: Parent package is not defined: json-default - [unknown location]解决办法
struts2使用json返回数据,报错:Parent package is not defined: json-default - [unknown location]