安装 R 包、r-base 时出现问题;Ubuntu 14

安装 R 包、r-base 时出现问题;Ubuntu 14

我在尝试安装 R 时头痛不已。我去安装 r-base 并得到以下结果。

root@10:/etc/apt > apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 r-base : Depends: r-base-core (>= 3.2.4-revised-1trusty0) but it is not going to be installed
          Depends: r-recommended (= 3.2.4-revised-1trusty0) but it is not going to be installed
          Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

所以我去安装 r-base-core 并得到这个。

root@10:/etc/apt > apt-get install r-base-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 r-base-core : Depends: libblas3 but it is not installable or
                        libblas.so.3 but it is not installable
               Depends: liblapack3 but it is not installable or
                        liblapack.so.3 but it is not installable
               Depends: libpango-1.0-0 (>= 1.14.0) but it is not installable
               Depends: libpangocairo-1.0-0 (>= 1.14.0) but it is not installable
               Depends: libtcl8.6 (>= 8.6.0) but it is not installable
               Depends: libtiff5 (>= 4.0.3) but it is not installable
               Depends: libtk8.6 (>= 8.6.0) but it is not installable
               Recommends: r-recommended but it is not going to be installed
               Recommends: r-base-dev but it is not going to be installed
               Recommends: r-doc-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

我尝试使用 cran 镜像、force 和 aptitude 来安装。但我无法安装。有人对此有什么见解吗?

相关内容