Problem with Ubuntu bionic R 3.5
On Mon, Jun 18, 2018 at 12:38 PM Ulrich Leuchtmann <
ulrich.leuchtmann at t-online.de> wrote:
Hi Michael.
I fear I'm becoming a pain in your back. Sorry.
The problem with the "Components" and "Suite" name in the "InRelease"
file for bionic-cran35 has been solved. *Many thanks for that.* However,
"sudo apt-get install r-base" creates an error message (again here the
German version):
ulrich at linuxdesktop:~$ sudo apt-get install r-base
Paketlisten werden gelesen... Fertig
Abh?ngigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unm?gliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu
l?sen:
Die folgenden Pakete haben unerf?llte Abh?ngigkeiten:
r-base : H?ngt ab von: r-recommended (= 3.5.0-1bionic) soll aber nicht
installiert werden
E: Probleme k?nnen nicht korrigiert werden, Sie haben zur?ckgehaltene
defekte Pakete.
That's something new. I know, I could probably solve this problem by
sudo apt-get install r-base r-recommended
But somehow I am puzzled that r-base now _depends_ on r-recommended. Is
that the way it is supposed to be now? In this case I think the
installation instruction on CRAN would need to get updated. Or is this
an error in the dependencies?
Best regards
Uli
Uli, Thanks for the email. Confirmed the issue, but it took me a bit to find the reason. Turns out some of the packages have a label of "Bionic" vs. "bionic" and my mirroring script missed those. I believe the issues is now fixed. Things should work after the next mirror sync. Michael