Skip to content

Commit

Permalink
Merge pull request #546 from jhudsl/cansavvy/add-ThemePark
Browse files Browse the repository at this point in the history
Add ThemePark to Docker image for intro_to_r
  • Loading branch information
avahoffman authored Mar 14, 2024
2 parents 866718a + 75fc78e commit 86c16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get -y --no-install-recommends install \
python3-pip python3-dev

# JHUR package
RUN Rscript -e "options(warn = 2); install.packages('remotes'); remotes::install_github('muschellij2/jhur')"
RUN Rscript -e "options(warn = 2); install.packages('remotes'); remotes::install_github('muschellij2/jhur');remotes::install_github('MatthewBJane/ThemePark')"

# R packages
RUN Rscript -e "options(warn = 2);install.packages( \
Expand Down

0 comments on commit 86c16de

Please sign in to comment.