We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1464 commit 70977e9Copy full SHA for 70977e9
images/datascience-notebook/Dockerfile
@@ -89,7 +89,7 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$
89
mamba clean --all
90
91
# Install R packages
92
-RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
+RUN mamba install -c conda-forge r-sf r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
93
fix-permissions $CONDA_DIR && \
94
fix-permissions /home/$NB_USER && \
95
mamba clean -a -y
0 commit comments