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

3.6.3 containers don't have an MRAN date set #216

Closed gowerc closed 4 years ago

gowerc commented 4 years ago

Apologies if I've misunderstood how these containers are organised but it looks like the current 3.6.3 container does not contain an MRAN date. My understanding was that these containers should have the MRAN date set as of the release of the R version which for 3.6.3 would be 2020-02-29.

image
cboettig commented 4 years ago

Nope, my mistake, haven’t locked that yet. At 4.0.0 we’re migrating to ubuntu LTS over debian stable. (Also will have this stuff more automated in future). You can actually grab locked 3.6.3 versions with the tag: 3.6.3-ubuntu18.04, but I’ll lock the original 3.6.3 tags now as well. Thanks!

On Thu, May 14, 2020 at 7:57 AM gowerc notifications@github.com wrote:

Apologies if I've misunderstood how these containers are organised but it looks like the current 3.6.3 container does not contain an MRAN date. My understanding was that these containers should have the MRAN date set as of the release of the R version which for 3.6.3 would be 2020-02-29.

[image: image] https://user-images.githubusercontent.com/8447209/81949883-3a8efa00-95fb-11ea-870a-91f1a4bf5d60.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rocker-org/rocker-versioned/issues/216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABWK6TPSJBG544IZ4447XDRRQBFRANCNFSM4NAYMWIA .

--

Carl Boettiger http://carlboettiger.info/

cboettig commented 4 years ago

should be resolved, forgot to close. witness:

docker run --rm -ti rocker/verse:3.6.3 R -e "options('repos')"
Unable to find image 'rocker/verse:3.6.3' locally
3.6.3: Pulling from rocker/verse
be2ea06d55bb: Already exists 
148a88928c5f: Already exists 
66ce2e3ecfe9: Pull complete 
0819df0b641e: Pull complete 
29bd1814e1bb: Pull complete 
b92b0a48f30a: Pull complete 
53642e5f0f4a: Pull complete 
d0e9d9d56b8c: Pull complete 
d4bc4dc7ef00: Pull complete 
Digest: sha256:7f1d3fa2b07bb2d5435e1239ac68d2a8d48ef2bd8074225f8d611d29b6660fcf
Status: Downloaded newer image for rocker/verse:3.6.3

R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> options('repos')
$repos
                                            CRAN 
"https://mran.microsoft.com/snapshot/2020-04-24"