Skip to content

Announcing cran2deb4ubuntu for R 3.5.0

6 messages · Dirk Eddelbuettel, Michael Rutter, Jeroen Ooms

#
Thanks Michael! One more issue I ran into:

apt-get install r-cran-rgdal

The following packages have unmet dependencies:
 r-cran-rgdal : Depends: gdal-abi-2-1-0 but it is not installable
                Depends: libgdal20 (>= 2.0.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
On Sun, May 27, 2018 at 4:26 AM, Michael Rutter <marutter at gmail.com> wrote:
#
On 27 May 2018 at 12:56, Jeroen Ooms wrote:
| Thanks Michael!

Seconded!

| One more issue I ran into:
| 
| apt-get install r-cran-rgdal
| 
| The following packages have unmet dependencies:
|  r-cran-rgdal : Depends: gdal-abi-2-1-0 but it is not installable
|                 Depends: libgdal20 (>= 2.0.1) but it is not installable
| E: Unable to correct problems, you have held broken packages.

Which flavour / distribution is that on?

Dirk
#
On 05/27/2018 08:08 AM, Dirk Eddelbuettel wrote:
You're welcome.
Likely Trusty.  You need to add the ubuntugis-stable PPA as well 
(https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa).  Nothing related 
to gdal builds based on stock Trusty.  Many packages requires
gdal >= 2.1.  This solves a bunch of issues.

Michael
#
On Sun, May 27, 2018 at 2:20 PM, Michael Rutter <mar36 at psu.edu> wrote:
Yes this is trusty (Travis). Which other PPA's does c2d4u3.5 depend
on? Then we'll add those to travis as well when we add c2d4u3.5.
#
On 05/27/2018 09:01 AM, Jeroen Ooms wrote:
My latest blog post has the list 
(http://rubuntu.netlify.com/post/2018-05-25-announcing-c2d4u3-5/), but 
the most up-to-date list is under "Technical Details About This PPA" on 
the PPA homepage on Launchpad.

Michael