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

Merge pull request #890 from ttimbers/r-notebook-patch

Added install of e1071 R package
parents 0fe100ed 3e91889e
......@@ -48,3 +48,6 @@ RUN conda install --quiet --yes \
'r-hexbin=1.27*' && \
conda clean --all -f -y && \
fix-permissions $CONDA_DIR
# Install e1071 R package (dependency of the caret R package)
RUN conda install --quiet --yes r-e1071
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