Skip to content

using non distro PPA #80

Closed Answered by florisvdh
tim-salabim asked this question in Q&A
Discussion options

You must be logged in to vote

My (local) approach is to take advantage of having both the r2u repository and the ubuntugis-unstable PPA active for dpkg / apt, and using the R library path priority to use a locally compiled R package if available.

So I install most R packages using apt, which uses the r2u repository (has priority), but for some packages I use install.packages() in R (I didn't link it to r2u) to build and install specific packages in a user-defined library path.

So, using a Ubuntu 22.04 base (in Linux Mint 21.3) I have:

$ apt policy libgdal-dev 
libgdal-dev:
  Installed: 3.8.4+dfsg-1~jammy0
  Candidate: 3.8.4+dfsg-1~jammy0
  Version table:
 *** 3.8.4+dfsg-1~jammy0 500
        500 http://ppa.launchpad.ne…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tim-salabim
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants