Commit 3aa2f70c authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #237 from poplav/bump_r_version

Update R version to 3.3*
parents 2485724a 37bc11a0
...@@ -22,9 +22,9 @@ USER $NB_USER ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment