From eec7ffa144193efd97795d17d159cde07a22e784 Mon Sep 17 00:00:00 2001 From: joundso <56686638+joundso@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:08:56 +0200 Subject: [PATCH] feat: updated to R 4.3.1 --- Dockerfiles/rdsc_rstudio_j.dockerfile | 4 ++-- NEWS.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfiles/rdsc_rstudio_j.dockerfile b/Dockerfiles/rdsc_rstudio_j.dockerfile index 6c7b903..79a9110 100644 --- a/Dockerfiles/rdsc_rstudio_j.dockerfile +++ b/Dockerfiles/rdsc_rstudio_j.dockerfile @@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \ ARG \ ## Quarto: https://github.com/quarto-dev/quarto-cli/releases - QUARTO_VERSION="1.4.163" \ + QUARTO_VERSION="1.4.176" \ ## RStudio: ## - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/ ## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/ ## or: https://dailies.rstudio.com/rstudio/ ## or: https://dailies.rstudio.com/rstudio/desert-sunflower/server/focal-amd64/ - RSTUDIO_VERSION="2023.08.0-daily-59" + RSTUDIO_VERSION="2023.08.0-daily-63" # USER ${RSESSION_USER} diff --git a/NEWS.md b/NEWS.md index c2aa837..b77d40a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # R for datascience -## 4.3.1 (2023-06-22) +## 4.3.1 (2023-06-23) #### New Features @@ -14,6 +14,7 @@ #### Others * added github-pat to ci +* removed github pat creation in non-interactive mode * updated to R `4.3.1`, RStudio `2023.08.0-daily-34` and Quarto `1.4.151` * updated RStudio to version `2023.05.0-daily-325` and quarto to version `1.4.25`