Skip to content

Commit eec7ffa

Browse files
committed
feat: updated to R 4.3.1
1 parent 2c011bf commit eec7ffa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfiles/rdsc_rstudio_j.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \
55

66
ARG \
77
## Quarto: https://github.com/quarto-dev/quarto-cli/releases
8-
QUARTO_VERSION="1.4.163" \
8+
QUARTO_VERSION="1.4.176" \
99

1010
## RStudio:
1111
## - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
1212
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
1313
## or: https://dailies.rstudio.com/rstudio/
1414
## or: https://dailies.rstudio.com/rstudio/desert-sunflower/server/focal-amd64/
15-
RSTUDIO_VERSION="2023.08.0-daily-59"
15+
RSTUDIO_VERSION="2023.08.0-daily-63"
1616

1717
# USER ${RSESSION_USER}
1818

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# R for datascience
22

3-
## 4.3.1 (2023-06-22)
3+
## 4.3.1 (2023-06-23)
44

55
#### New Features
66

@@ -14,6 +14,7 @@
1414
#### Others
1515

1616
* added github-pat to ci
17+
* removed github pat creation in non-interactive mode
1718
* updated to R `4.3.1`, RStudio `2023.08.0-daily-34` and Quarto `1.4.151`
1819
* updated RStudio to version `2023.05.0-daily-325` and quarto to version `1.4.25`
1920

0 commit comments

Comments
 (0)