Commit 7db1bd2a authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #812 from romainx/master

devtools install_github does not work
parents f286528a 827309ed
......@@ -19,6 +19,9 @@ RUN apt-get update && \
gcc && \
rm -rf /var/lib/apt/lists/*
# Fix for devtools https://github.com/conda-forge/r-devtools-feedstock/issues/4
RUN ln -s /bin/tar /bin/gtar
USER $NB_UID
# R packages
......@@ -28,7 +31,7 @@ RUN conda install --quiet --yes \
'unixodbc=2.3.*' \
'r-irkernel=0.8*' \
'r-plyr=1.8*' \
'r-devtools=1.13*' \
'r-devtools=2.0*' \
'r-tidyverse=1.2*' \
'r-shiny=1.2*' \
'r-rmarkdown=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