-
Notifications
You must be signed in to change notification settings - Fork 169
R-4.0 ? #208
Comments
yup, just tickled the build with your patch so will just take a bit to propagate. But note for the actual R 4.0.0 release, we'll be doing a significant upgrade on the versioned stack. In particular:
See https://github.com/rocker-org/rocker-versioned2 and https://hub.docker.com/rockerdev for source and test images. |
Hi @cboettig , Sorry to broach this again, any sense on when R-4.0 will be available? Parts of our community are wondering if it makes sense to build a temp image with R-4.0 before rocker has them made available. Best, Nitesh |
@nturaga Temp images are already available and have been for a little while over at https://hub.docker.com/u/rockerdev. I'm aiming to have most of the images up by later today over on the official rocker side, though they may see a few tweaks after that while we sort out any bugs. This release switches to Ubuntu, and with Ubuntu 20.04 (focal) being released only the day before R 4.0.0, a lot of downstream sources we use haven't fully propagated to Ubuntu 20.04. (for instance, ubuntugis PPAs are still not available for 20.04, nor are nvidia cuda docker images. We'll probably launch without these on 20.04, now that most other pieces are live). We will probably also have images that build on the older Ubuntu 18.04 (bionic) base as well, which will include that in the tag ( Any feedback/testing on the rockerdev images would be great. This is obviously a bigger shift than usual, and will have a more detailed documentation of the changes to come soon after, but most things should work identically to before. |
Thanks for the reply @cboettig. This is helpful. I'll be testing out a few images, and i'll make sure to get some feedback on this. |
Hi @cboettig As promised, here is some feedback, when I mount a volume on to the rstudio user, the permissions seem to be an issue to the mount volume
As you can see below,
The rstudio user doesn't have permissions to write to that directory
As you can see I do not have write privileges to this location. It seems that instead of the user, it's giving me a group id here, Thoughts on how this can be fixed? It seems we did something of the sorts in the previous debian image as well. |
@cboettig Another question for you, where can I find the Dockerfile for |
@nturaga excellent, thanks for the feedback. Dockerfiles are all in https://github.com/rocker-org/rocker-versioned2/tree/master/dockerfiles, a bit messy but hopefully the name scheme is intuitive if not exactly pleasing on the eye. Re the permissions, do you not get the same issue with |
It does seem to be an issue with my host-user @cboettig. Thanks for pointing it out. |
Created both an introductory and a developer's notes vignette, updated README and docs with examples, added a second biocViews term, fixed some small bugs/typos. Related links (as many as I could remember): * https://rstd.io/tidytools19 * https://twitter.com/CVWickham * https://twitter.com/hadleywickham * https://www.rstudio.com/products/rstudio/download * https://comunidadbioinfo.github.io/post/building-tidy-tools-cdsb-runconf-2019/#.XrbLMxNKiu4 * http://bioconductor.org/ * https://lcolladotor.github.io/pkgs/ * https://stat.ethz.ch/pipermail/bioc-devel/2020-March/016365.html * https://www.bioconductor.org/help/docker/ * https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016532.html * https://github.com/features/actions * https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016650.html * r-lib/actions#84 * r-lib/usethis#1108 * r-lib/styler#636 * Bioconductor/BiocCheck#57 * Bioconductor/bioconductor.org#54 * http://bioconductor.org/developers/how-to/coding-style/ * https://style.tidyverse.org/ * https://twitter.com/lorenzwalthert * https://twitter.com/mt_morgan * https://docs.travis-ci.com/user/languages/r/ * r-lib/pkgdown#1206 * r-lib/pkgdown#1230 * https://twitter.com/jimhester_ * https://www.jimhester.com/talk/2020-rsc-github-actions/ * https://github.com/Bioconductor/BBS * https://github.com/Bioconductor/packagebuilder * https://www.appveyor.com/ * r-hub/rhub#52 * r-hub/rhub#38 * https://www.tidyverse.org/blog/2020/04/usethis-1-6-0/ * https://github.com/r-lib/actions/tree/master/examples * https://yihui.org/en/2018/03/second-pull-request/ * https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml * https://help.github.com/en/actions * https://ropenscilabs.github.io/actions_sandbox/ * https://twitter.com/seandavis12 * https://github.com/seandavi/BiocActions/blob/master/.github/workflows/main.yml * https://twitter.com/CSoneson * https://github.com/csoneson/dreval/blob/master/.github/workflows/R-CMD-check.yaml * https://bioc-community.herokuapp.com/ * https://github.com/leekgroup/derfinderPlot/blob/master/.github/workflows/check-bioc.yml * https://github.com/LieberInstitute/recount3/blob/master/.github/workflows/check-bioc.yml * https://github.com/hpages * r-lib/actions#68 * r-lib/actions#85 * https://twitter.com/opencpu * https://community.rstudio.com/u/const-ae * https://community.rstudio.com/t/compiler-support-fo-c-14-features-on-windows/57284/4 * r-lib/xml2#296 * r-lib/xml2#302 * https://github.com/r-lib/usethis/blob/master/.github/workflows/R-CMD-check.yaml * https://github.com/r-lib/usethis/commits/master/.github/workflows/R-CMD-check.yaml * https://stat.ethz.ch/pipermail/bioc-devel/2020-April/016703.html * https://stat.ethz.ch/pipermail/bioc-devel/2020-April/thread.html * r-lib/remotes#296 * r-lib/actions#86 * r-lib/covr#427 * https://github.com/r-lib/actions/blob/master/examples/pr-commands.yaml * https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-18-04 * r-lib/actions#50 * actions/checkout#238 * https://github.com/rocker-org/rocker-versioned2/blob/master/dockerfiles/Dockerfile_rstudio_4.0.0-ubuntu18.04 * https://twitter.com/niteshturaga * https://twitter.com/cboettig * rocker-org/rocker-versioned#208 * https://github.saobby.my.eu.orgmunity/t5/GitHub-Actions/bd-p/actions * https://www.r-consortium.org/blog/2020/03/18/cdsb-diversity-and-outreach-hotspot-in-mexico * https://github.com/maxheld83 * r-lib/actions#87 * https://github.com/yutannihilation
looks like we're all set here. Bug reports against any 4.0 images always appreciated! more user-docs still to come... |
Hi,
I was wondering when the new R-4.0-alpha rocker/r-ver and rocker/rstudio images will come out?
Best,
Nitesh
The text was updated successfully, but these errors were encountered: