Skip to content

Commit

Permalink
added janitor to R dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell authored Jul 24, 2023
1 parent d08401d commit d8f06f2
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 @@ -29,7 +29,8 @@ RUN mamba install --quiet --yes \
&& fix-permissions "/home/${NB_USER}" \
&& Rscript -e "remotes::install_github('allisonhorst/[email protected]')" \
&& Rscript -e "install.packages('ISLR', repos='http://cran.us.r-project.org')" \
&& Rscript -e "install.packages('tidyclust', repos='http://cran.us.r-project.org')"
&& Rscript -e "install.packages('tidyclust', repos='http://cran.us.r-project.org')" \
&& Rscript -e "install.packages('janitor', repos='http://cran.us.r-project.org')"

# upgrade jupyter server
RUN pip install --upgrade jupyter-server
Expand Down

0 comments on commit d8f06f2

Please sign in to comment.