Skip to content

Commit

Permalink
add tidyclustering
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Jul 9, 2023
1 parent f982cbe commit 97f5f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN mamba install --quiet --yes \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}" \
&& Rscript -e "remotes::install_github('allisonhorst/palmerpenguins@v0.1.0')" \
&& Rscript -e "install.packages('ISLR', repos='http://cran.us.r-project.org')"
&& Rscript -e "install.packages('ISLR', repos='http://cran.us.r-project.org')" \
&& Rscript -e "install.packages('tidyclust')"

# Install nbgitpuller, jupytext, jlab-git
RUN pip install git+https://github.com/data-8/nbgitpuller@c23461d4f7ce47ec4e0d2bcfc3b2fde4939b80f8 \
Expand Down

0 comments on commit 97f5f88

Please sign in to comment.