install_R.sh
was split into two scripts,install_R_source.sh
andsetup_R.sh
. (#386)patch_install_command.sh
was merged intosetup_R.sh
. (#386)
- Fixed the BLAS hot-switching mechanism.
The image size has increased by approximately 30 MB with the new
liblapack-dev
installation. (#386, #390)
userconf.sh
, which is executed when RStudio Server is launched, has been split intoinit_set_env.sh
andinit_userconf.sh
.init_set_env.sh
is also executed when Shiny Server is launched. (#320)
- Environment variables set in the container are now reflected in the sessions on Shiny Server. (#320)
- Change the date of the CRAN mirrors that were set for the R 4.0.0, R 4.0.1, R 4.0.2, and R 4.0.3 images.
This reconfiguration was done mechanically, selecting the mirrors just before the release date of the next version of R.
(#328)
- R 4.0.0: 2020-06-08 to 2020-06-04 (The next version, R 4.0.1 was released on 2020-06-06)
- R 4.0.1: 2020-06-25 to 2020-06-18 (The next version, R 4.0.2 was released on 2020-06-22)
- R 4.0.2: 2020-10-07 to 2020-10-09 (The next version, R 4.0.3 was released on 2020-10-10)
- R 4.0.3: 2021-02-17 to 2021-02-11 (The next version, R 4.0.4 was released on 2021-02-15)
- In the newly built images, the default password for RStudio Server will be randomly generated when the server is started. (#298)
- The default locale,
LANG=en_US.UTF-8
, is now set as recommended by the official ubuntu image. (#302, #313)
install_tidyverse.sh
now assumes that theinstall2.r
command has the--skipmissing
option. (#283)- The duckdb package is added to the R packages installed by running
install_tidyverse.sh
. (#283)
- New builds of
rocker/tidyverse
,rocker/shiny-verse
,rocker/ml
for R >= 4.0.2 will install the duckdb R package. (#283)
- Add a new script
install_quarto.sh
, to install quarto-cli and the quarto R package. (#253) - Add a new script
install_julia.sh
, to install the Julia Language and two R packages which call Julia from R; JuliaCall and JuliaConnectoR. (#269) - A new script
install2.r
, copied from eddelbuettel/littler and slightly modified, has been added in thebin
directory. And add a new scriptpatch_install_command.sh
, to replace the symbolic link ofinstall2.r
command with rocker script version ofinstall2.r
. (#275) install2.r
gets a new option--skipmissing
. (#275)
- New builds of
rocker/verse
androcker/ml-verse
for R >= 4.1.0 will install quarto-cli and the quarto R package. (#253) - The
install2.r
command has been replaced by rocker scripts version ofinstall2.r
. (#275)