mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Update r-notebook package versions
This commit is contained in:
@@ -25,16 +25,16 @@ USER $NB_UID
|
||||
|
||||
# R packages
|
||||
RUN conda install --quiet --yes \
|
||||
'r-base=3.5.1' \
|
||||
'r-base=3.6.1' \
|
||||
'r-rodbc=1.3*' \
|
||||
'unixodbc=2.3.*' \
|
||||
'r-irkernel=0.8*' \
|
||||
'r-irkernel=1.0*' \
|
||||
'r-plyr=1.8*' \
|
||||
'r-devtools=2.0*' \
|
||||
'r-tidyverse=1.2*' \
|
||||
'r-shiny=1.2*' \
|
||||
'r-rmarkdown=1.11*' \
|
||||
'r-forecast=8.2*' \
|
||||
'r-shiny=1.3*' \
|
||||
'r-rmarkdown=1.14*' \
|
||||
'r-forecast=8.7*' \
|
||||
'r-rsqlite=2.1*' \
|
||||
'r-reshape2=1.4*' \
|
||||
'r-nycflights13=1.0*' \
|
||||
@@ -43,8 +43,8 @@ RUN conda install --quiet --yes \
|
||||
'r-crayon=1.3*' \
|
||||
'r-randomforest=4.6*' \
|
||||
'r-htmltools=0.3*' \
|
||||
'r-sparklyr=0.9*' \
|
||||
'r-htmlwidgets=1.2*' \
|
||||
'r-sparklyr=1.0*' \
|
||||
'r-htmlwidgets=1.3*' \
|
||||
'r-hexbin=1.27*' && \
|
||||
conda clean --all -f -y && \
|
||||
fix-permissions $CONDA_DIR
|
||||
|
Reference in New Issue
Block a user