Skip to content

Commit bcf6a1f

Browse files
committed
feat: updated to R 4.3.0, RStudio 2023.05.0-daily-293 and quarto 1.3.336
1 parent e19bd31 commit bcf6a1f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Version:
2-
VERSION_TAG=4.2.3-9005
2+
VERSION_TAG=4.3.0
33

44
## Ports:
55
COMPOSE_PROJECT_NAME=rdatascience_1

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.3.319" \
8+
QUARTO_VERSION="1.3.336" \
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/mountain-hydrangea/server/jammy-amd64/
15-
RSTUDIO_VERSION="2023.05.0-daily-212"
15+
RSTUDIO_VERSION="2023.05.0-daily-293"
1616

1717
# USER ${RSESSION_USER}
1818

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# R for datascience
22

3+
## Unreleased (2023-04-24)
4+
5+
#### New Features
6+
7+
* added `bib2df` package
8+
9+
Full set of changes: [`4.2.3-9005...e19bd31`](https://github.com/joundso/r_datascience/compare/4.2.3-9005...e19bd31)
10+
311
## 4.2.3-9005 (2023-04-13)
412

513
#### New Features

0 commit comments

Comments
 (0)