File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# R for datascience
2
2
3
- ## Unreleased (2023-04-11 )
3
+ ## Unreleased (2023-04-12 )
4
4
5
5
#### New Features
6
6
7
7
* updated RStudio to ` 2023.05.0-daily-210 ` and quarto to ` 1.3.313 `
8
8
* added ` autonewsmd ` and updated RStudio and Quarto
9
9
* included ` pythdon-dev ` and dqa-python package
10
+ #### Docs
11
+
12
+ * updated news.md
10
13
#### Others
11
14
12
15
* added native pipe as default to RStudio settings
15
18
* (deps): update docker/build-push-action action to v4 ([ #6 ] ( https://github.com/joundso/r_datascience/issues/6 ) )
16
19
* (deps): update ardalanamini/auto-changelog action to v1.4.0 ([ #4 ] ( https://github.com/joundso/r_datascience/issues/4 ) )
17
20
18
- Full set of changes: [ ` 4.2.3...5e92547 ` ] ( https://github.com/joundso/r_datascience/compare/4.2.3...5e92547 )
21
+ Full set of changes: [ ` 4.2.3...df15848 ` ] ( https://github.com/joundso/r_datascience/compare/4.2.3...df15848 )
19
22
20
23
## 4.2.3 (2023-03-20)
21
24
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ services:
4
4
image : joundso/rdsc_rstudio_j:${VERSION_TAG}
5
5
restart : unless-stopped
6
6
ports :
7
- - " ${RSTUDIO_PORT}:8787" # rstudio
8
- - " ${SHINY_PORT}:3838" # shiny
7
+ - " 127.0.0.1: ${RSTUDIO_PORT}:8787" # rstudio
8
+ - " 127.0.0.1: ${SHINY_PORT}:3838" # shiny
9
9
# # The environment does not work properly,
10
10
# # see <https://github.com/rstudio/renv/issues/446>
11
11
# environment:
You can’t perform that action at this time.
0 commit comments