File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# # Version:
2
- VERSION_TAG = 4.2.3-9005
2
+ VERSION_TAG = 4.3.0
3
3
4
4
# # Ports:
5
5
COMPOSE_PROJECT_NAME = rdatascience_1
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \
5
5
6
6
ARG \
7
7
# # Quarto: https://github.com/quarto-dev/quarto-cli/releases
8
- QUARTO_VERSION="1.3.319 " \
8
+ QUARTO_VERSION="1.3.336 " \
9
9
10
10
# # RStudio:
11
11
# # - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
12
12
# # - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
13
13
# # or: https://dailies.rstudio.com/rstudio/
14
14
# # 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 "
16
16
17
17
# USER ${RSESSION_USER}
18
18
Original file line number Diff line number Diff line change 1
1
# R for datascience
2
2
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
+
3
11
## 4.2.3-9005 (2023-04-13)
4
12
5
13
#### New Features
You can’t perform that action at this time.
0 commit comments