Commit a866877c authored by John Kirkham's avatar John Kirkham

Drop the `r` channel

The `r` channel has been considered part of `defaults` since `conda` version `4.3.0`. So it should already be taken into consideration by `conda` installs without having to explicitly add the channel. Further the `conda-forge` channel has incorporated an ever growing, healthy stack of R packages. As such it appears all of the R packages used in this stack now come from `conda-forge` and not `defaults`. Given all of this, it seems safe to drop the `r` channel from explicit addition to the channel list.
parent c88678a1
...@@ -43,8 +43,7 @@ RUN mkdir /etc/julia && \ ...@@ -43,8 +43,7 @@ RUN mkdir /etc/julia && \
USER $NB_UID USER $NB_UID
# R packages including IRKernel which gets installed globally. # R packages including IRKernel which gets installed globally.
RUN conda config --system --append channels r && \ RUN conda install --quiet --yes \
conda install --quiet --yes \
'rpy2=2.8*' \ 'rpy2=2.8*' \
'r-base=3.4.1' \ 'r-base=3.4.1' \
'r-irkernel=0.8*' \ 'r-irkernel=0.8*' \
......
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