在 Debian 中安装了 R 2.4,但没有安装 R 2.13

在 Debian 中安装了 R 2.4,但没有安装 R 2.13

我正在尝试在新升级到 Debian 的 NAS 中安装 R,但它给出了如下所示的奇怪信息:

NAS-01G:/home/nas01g# apt-get install r-base
Reading Package Lists... Done
Building Dependency Tree... 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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  r-base: Depends: r-base-core (>= 2.11.0-1~etchcran.0) but 2.4.0.20061125-1 is to be     installed
          Depends: r-recommended (= 2.11.0-1~etchcran.0) but 2.4.0.20061125-1 is to be installed
E: Broken packages
NAS-01G:/home/nas01g#

发生了什么?

答案1

您可能将错误的 CRAN 存储库添加到了sources.list文件中。请按照

http://mirrors.softliste.de/cran/bin/linux/debian/README.html

适用于您的 Debian 安装。您可以通过查看

cat /etc/debian_version

相关内容