Skip to content

Commit 7a3e968

Browse files
authored
Merge pull request #890 from ttimbers/r-notebook-patch
Added install of e1071 R package
2 parents 0fe100e + 3e91889 commit 7a3e968

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

r-notebook/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ RUN conda install --quiet --yes \
4848
'r-hexbin=1.27*' && \
4949
conda clean --all -f -y && \
5050
fix-permissions $CONDA_DIR
51+
52+
# Install e1071 R package (dependency of the caret R package)
53+
RUN conda install --quiet --yes r-e1071

0 commit comments

Comments
 (0)