Upgrade to r-base 3.3.2

Remove pinning for plotting fix and upgrade other R packages
This commit is contained in:
Peter Parente
2017-01-02 23:11:30 -05:00
parent 6018daa193
commit 012b408e73
4 changed files with 23 additions and 29 deletions

View File

@@ -20,12 +20,11 @@ RUN apt-get update && \
USER $NB_USER
# R packages
# Pin r-base to a specific build number for https://github.com/jupyter/docker-stacks/issues/210#issuecomment-246081809
RUN conda config --add channels r && \
conda install --quiet --yes \
'r-base=3.3.1 1' \
'r-base=3.3.2' \
'r-irkernel=0.7*' \
'r-ggplot2=2.1*' \
'r-ggplot2=2.2*' \
'r-rcurl=1.95*' && conda clean -tipsy
# Apache Toree kernel