Closed RichardJActon closed 1 year ago
Hi @RichardJActon sorry I missed this PR - I think we should combine it with #396? If it makes sense to you I'll take your commit over to the other PR so the CI will run.
Hi @RichardJActon I've taken your commit over to #396 - will close this now and continue over there. Thanks again for making the updates!
The RStudio, R & Quarto versions in the default R 4.2.0 image are getting a little old now, especially the quarto version which is moving quite fast.
I tested a project based on an image built with these changes using the default R project template and it seems to work perfectly fine.
rocker/verse:devel gives R version 4.4.0 which is still the development version rather than the latest stable release so I switched it to 4.3.0 for verse and 2023.06.0-421 based on the latest versions from rocker https://github.com/rocker-org/rocker-versioned2/wiki/Versions for which there is a CRAN snapshot. That way other R package installs should have fixed versions based on that CRAN snapshot by default.