Skip to content

Commit 75d38a8

Browse files
authored
Merge pull request #1371 from mathbunnyru/asalikhov/update_r_libs
Update r-rmarkdown
2 parents ebd78a1 + c36dd78 commit 75d38a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datascience-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN conda install --quiet --yes \
6666
'r-nycflights13=1.0*' \
6767
'r-randomforest=4.6*' \
6868
'r-rcurl=1.98*' \
69-
'r-rmarkdown=2.8*' \
69+
'r-rmarkdown=2.9*' \
7070
'r-rodbc=1.3*' \
7171
'r-rsqlite=2.2*' \
7272
'r-shiny=1.6*' \

r-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN conda install --quiet --yes \
3737
'r-nycflights13=1.0*' \
3838
'r-randomforest=4.6*' \
3939
'r-rcurl=1.98*' \
40-
'r-rmarkdown=2.8*' \
40+
'r-rmarkdown=2.9*' \
4141
'r-rodbc=1.3*' \
4242
'r-rsqlite=2.2*' \
4343
'r-shiny=1.6*' \

0 commit comments

Comments
 (0)