Commit 0d47f10a authored by Peter Parente's avatar Peter Parente

Workaround for R plotting regression

Pin r-base to 3.3.1-1 (3.3.1-3 breaks it)
parent 8ee3ea7a
...@@ -20,9 +20,10 @@ RUN apt-get update && \ ...@@ -20,9 +20,10 @@ RUN apt-get update && \
USER $NB_USER USER $NB_USER
# R packages # 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 && \ RUN conda config --add channels r && \
conda install --quiet --yes \ conda install --quiet --yes \
'r-base=3.3*' \ 'r-base=3.3.1 1' \
'r-irkernel=0.6*' \ 'r-irkernel=0.6*' \
'r-ggplot2=2.1*' \ 'r-ggplot2=2.1*' \
'r-rcurl=1.95*' && conda clean -tipsy 'r-rcurl=1.95*' && conda clean -tipsy
......
...@@ -24,10 +24,11 @@ RUN apt-get update && \ ...@@ -24,10 +24,11 @@ RUN apt-get update && \
USER $NB_USER USER $NB_USER
# R packages including IRKernel which gets installed globally. # R packages including IRKernel which gets installed globally.
# 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 && \ RUN conda config --add channels r && \
conda install --quiet --yes \ conda install --quiet --yes \
'rpy2=2.8*' \ 'rpy2=2.8*' \
'r-base=3.3*' \ 'r-base=3.3.1 1' \
'r-irkernel=0.6*' \ 'r-irkernel=0.6*' \
'r-plyr=1.8*' \ 'r-plyr=1.8*' \
'r-devtools=1.11*' \ 'r-devtools=1.11*' \
......
...@@ -17,9 +17,10 @@ RUN apt-get update && \ ...@@ -17,9 +17,10 @@ RUN apt-get update && \
USER $NB_USER USER $NB_USER
# R packages # 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 && \ RUN conda config --add channels r && \
conda install --quiet --yes \ conda install --quiet --yes \
'r-base=3.3*' \ 'r-base=3.3.1 1' \
'r-irkernel=0.6*' \ 'r-irkernel=0.6*' \
'r-plyr=1.8*' \ 'r-plyr=1.8*' \
'r-devtools=1.11*' \ 'r-devtools=1.11*' \
......
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