Commit 7fd175ec authored by Min RK's avatar Min RK Committed by GitHub

Merge pull request #499 from minrk/prepend-r-channel

prepend R channel
parents 3ede1c19 4c983605
......@@ -36,7 +36,7 @@ RUN . /etc/os-release && \
USER $NB_USER
# R packages including IRKernel which gets installed globally.
RUN conda config --system --add channels r && \
RUN conda config --system --append channels r && \
conda install --quiet --yes \
'rpy2=2.8*' \
'r-base=3.3.2' \
......
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