mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 04:22:58 +00:00
Update R version to 3.3*
This commit is contained in:
@@ -22,9 +22,9 @@ USER $NB_USER
|
|||||||
# R packages
|
# R packages
|
||||||
RUN conda config --add channels r && \
|
RUN conda config --add channels r && \
|
||||||
conda install --quiet --yes \
|
conda install --quiet --yes \
|
||||||
'r-base=3.2*' \
|
'r-base=3.3*' \
|
||||||
'r-irkernel=0.5*' \
|
'r-irkernel=0.6*' \
|
||||||
'r-ggplot2=1.0*' \
|
'r-ggplot2=2.1*' \
|
||||||
'r-rcurl=1.95*' && conda clean -tipsy
|
'r-rcurl=1.95*' && conda clean -tipsy
|
||||||
|
|
||||||
# Apache Toree kernel
|
# Apache Toree kernel
|
||||||
|
Reference in New Issue
Block a user