Commit b114a06f authored by Peter Parente's avatar Peter Parente

Use R packages from conda-forge

parent 2edefe27
...@@ -20,8 +20,7 @@ RUN apt-get update && \ ...@@ -20,8 +20,7 @@ RUN apt-get update && \
USER $NB_USER USER $NB_USER
# R packages # R packages
RUN conda config --system --add channels r && \ RUN conda install --quiet --yes \
conda install --quiet --yes \
'r-base=3.3.2' \ 'r-base=3.3.2' \
'r-irkernel=0.7*' \ 'r-irkernel=0.7*' \
'r-ggplot2=2.2*' \ 'r-ggplot2=2.2*' \
......
...@@ -9,24 +9,25 @@ USER root ...@@ -9,24 +9,25 @@ USER root
# Install all OS dependencies for fully functional notebook server # Install all OS dependencies for fully functional notebook server
RUN apt-get update && apt-get install -yq --no-install-recommends \ RUN apt-get update && apt-get install -yq --no-install-recommends \
build-essential \
emacs \
git \ git \
vim \ inkscape \
jed \ jed \
emacs \
build-essential \
python-dev \
unzip \
libsm6 \ libsm6 \
libxext-dev \
libxrender1 \
lmodern \
pandoc \ pandoc \
texlive-latex-base \ python-dev \
texlive-latex-extra \
texlive-fonts-extra \ texlive-fonts-extra \
texlive-fonts-recommended \ texlive-fonts-recommended \
texlive-generic-recommended \ texlive-generic-recommended \
texlive-latex-base \
texlive-latex-extra \
texlive-xetex \ texlive-xetex \
lmodern \ vim \
libxrender1 \ unzip \
inkscape \
&& apt-get clean && \ && apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
...@@ -17,8 +17,7 @@ RUN apt-get update && \ ...@@ -17,8 +17,7 @@ RUN apt-get update && \
USER $NB_USER USER $NB_USER
# R packages # R packages
RUN conda config --system --add channels r && \ RUN conda install --quiet --yes \
conda install --quiet --yes \
'r-base=3.3.2' \ 'r-base=3.3.2' \
'r-irkernel=0.7*' \ 'r-irkernel=0.7*' \
'r-plyr=1.8*' \ 'r-plyr=1.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