Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Windows 安装了rattle包和相关GTK+库(我在 Windows 7,R 版本 3.4.0 中工作)。安装它们没有问题。该library(rattle)命令运行正常(没有错误消息),但是当我运行时rattle()出现此错误:
rattle
GTK+
library(rattle)
rattle()
Error in method(obj, ...) : Invalid root element: 'requires'
关于如何修复它的任何建议?
下面是已知的兼容版本,它肯定可以工作。1. 尝试将您的 R 版本降级到 3.3.2。2.下载RGtk2版本2.20.33并手动安装。3.安装拨浪鼓版本为4.1
Rattle 的开发版本(当前为 5.0.18)现在可以在最新版本的 R 下与最新版本的 RGtk2(2.20.33)和早期版本(2.20.31)一起使用。
安装包(“开发工具”) devtools::install_bitbucket("kayontoga/rattle")
安装包(“开发工具”)
devtools::install_bitbucket("kayontoga/rattle")
希望有帮助。