【发布时间】:2014-07-25 14:36:13
【问题描述】:
我在我的一个 Centos VE 上安装 R 时看到以下错误:
Error: Package: R-core-3.1.0-5.el5.x86_64 (epel)
Requires: libtcl8.4.so()(64bit)
Error: Package: R-core-3.1.0-5.el5.x86_64 (epel)
Requires: libtk8.4.so()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我尝试使用以下命令安装 R:
rpm -ivh http://mirror.chpc.utah.edu/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
yum install R
有什么帮助吗?
【问题讨论】:
-
你需要先安装
tcl和tk。
标签: linux r installation