Skip to content

Commit

Permalink
Add ggpubr and moderndive packages
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Sep 28, 2023
1 parent 43e9910 commit 70f4d2c
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 102 deletions.
3 changes: 2 additions & 1 deletion dockerfiles/r-stat-301/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN mamba update --quiet --file /tmp/conda-linux-64.lock && \
mamba clean --all -y -f && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" && \
Rscript -e "install.packages('faux', repos='http://cran.us.r-project.org')"
Rscript -e "install.packages('faux', repos='http://cran.us.r-project.org')" && \
Rscript -e "install.packages('moderndive', repos='http://cran.us.r-project.org')"

# Disable the cell toolbar (which ignores metadata and students often accidentally click + delete grading cells)
RUN jupyter labextension disable @jupyterlab/cell-toolbar-extension
Expand Down
Loading

0 comments on commit 70f4d2c

Please sign in to comment.