简体   繁体   English

install.packages 中的警告:package 'rattle' 不可用(对于 R 版本 3.4.4)

[英]Warning in install.packages : package ‘rattle’ is not available (for R version 3.4.4)

I was trying to install.packages("rattle") but it shows this:我试图install.packages("rattle")但它显示了这一点:

Installing package into ‘/home/shahin/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘rattle’ is not available (for R version 3.4.4)

I am in ubuntu 18.04.我在 ubuntu 18.04。 I also tried to install RGtk2 that also shows error.我还尝试安装也显示错误的 RGtk2。 How can i install rattle?我怎样才能安装拨浪鼓?

rattle requires R version 3.5.0 or higher . rattle需要R 版本3.5.0或更高版本

Update R to the latest version, then you'll be able to install it.将 R 更新至最新版本,即可安装。

You need to update your R version following these instructions: Ubuntu Packages for R .您需要按照以下说明更新您的R版本: Ubuntu Packages for R Pay attention to the Secure APT section.请注意安全 APT部分。

Please run below commands in order to update your version:请运行以下命令以更新您的版本:

install.packages("installr")

library(installr)

updateR()

This will start the updating process of your R installation by: “finding the latest R version, downloading it, running the installer, deleting the installation file, copy and updating old packages to the new R installation.”这将通过以下方式启动 R 安装的更新过程:“找到最新的 R 版本,下载它,运行安装程序,删除安装文件,将旧包复制并更新到新的 ZE1E1D3D40573127E9EE0480C 安装。”

暂无
暂无

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

相关问题 包 doMC 不可用于 R 版本 3.0.0 在 install.packages 警告 - package doMC NOT available for R version 3.0.0 warning in install.packages install.packages中的警告:软件包'('rgdal','repos =” http://www.stats.ox.ac.uk/pub/RWin“)”不可用(对于R版本3.3.2) - Warning in install.packages : packages ‘(‘rgdal’’, ‘repos=”http://www.stats.ox.ac.uk/pub/RWin“)’ are not available (for R version 3.3.2) 是否可以在 R install.packages 中定义 package 的版本? - Is it possible to define the version of a package in R install.packages? 如何继续使用R版2.x并自动下载包与install.packages()包名? - How to keep using R version 2.x and download packages automatically with install.packages() by package name? R:警告消息:软件包“ ade4”是使用版本R 3.4.4编译的 - R: Warning message: The package ‘ade4’ was compiled with the version R 3.4.4 无法使用install.packages安装R-forge软件包 - Cannot install R-forge package using install.packages install.packages 中的警告:无法在 R 3.5 中移动临时安装 - Warning in install.packages : unable to move temporary installation in R 3.5 install.packages 中的警告:将 NULL 指针转换为 R NULL - Warning in install.packages: converting NULL pointer to R NULL 如何修复 Ubuntu 18.04 上的“包 'RcmdrMisc' 不可用(对于 R 版本 3.4.4)” - How to fix “package ‘RcmdrMisc’ is not available (for R version 3.4.4)” on Ubuntu 18.04 Windows 7 install.packages(“ devtools”)上的R版本3.1.2失败 - R version 3.1.2 on Windows 7 install.packages(“devtools”) fail
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM