rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Can't install R from Debian Snapshot Archive repositories #2

Closed cboettig closed 7 years ago

cboettig commented 10 years ago

@eddelbuettel I took a quick look at installing the Debian Snapshot Archive binaries. It works just fine if I grab the specific .deb files from the Snapshot Archive (e.g. this dockerfile), but it sounds like I should just be able to add the Snapshot Archive repos into sources.list and have it handle the dependencies, etc. I have that a quick try here but no go, build tells me that it cannot find the dependencies. No idea why it's failing, but probably I've made some novice error in setting up the repos.

eddelbuettel commented 10 years ago

Not sure -- I have only used the manual approach.

cboettig commented 10 years ago

is a puzzlement. is now also a SO question: http://stackoverflow.com/questions/26369769/install-packages-from-the-debian-snapshot-archives-repo

eddelbuettel commented 10 years ago

If I had a tad more time I'd dig in. It doesn't look like a pretty standard dependency issue which can happen with backports. One way to fix it is to expand the list of packages to install ...