sudo apt install r-base< /code> < /p>
Я получаю следующую ошибку: < /p>
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 (>= 4.5.1-1.2204.0) but 4.4.2-1.2204.0 is to be installed
Depends: r-recommended (= 4.5.1-1.2204.0) but it is not going to be installed
Recommends: r-base-html 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.
Я пытаюсь установить R на мою машину Ubuntu 22.04.5. < /p> Я следовал этим инструкциям. Но когда я прихожу к запуску: < /p> [code]sudo apt install r-base< /code> < /p> Я получаю следующую ошибку: < /p>
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 (>= 4.5.1-1.2204.0) but 4.4.2-1.2204.0 is to be installed Depends: r-recommended (= 4.5.1-1.2204.0) but it is not going to be installed Recommends: r-base-html 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. [/code]