Skip to content

Commit 67b8fb9

Browse files
authored
Merge pull request #1244 from DavidSpek/update-rmarkdown
update r-rmarkdown to 2.7*
2 parents 4186bd1 + 66f8896 commit 67b8fb9

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
@@ -70,7 +70,7 @@ RUN conda install --quiet --yes \
7070
'r-nycflights13=1.0*' \
7171
'r-randomforest=4.6*' \
7272
'r-rcurl=1.98*' \
73-
'r-rmarkdown=2.6*' \
73+
'r-rmarkdown=2.7*' \
7474
'r-rsqlite=2.2*' \
7575
'r-shiny=1.6*' \
7676
'r-tidyverse=1.3*' \

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.6*' \
40+
'r-rmarkdown=2.7*' \
4141
'r-rodbc=1.3*' \
4242
'r-rsqlite=2.2*' \
4343
'r-shiny=1.6*' \

0 commit comments

Comments
 (0)