Skip to content

Commit

Permalink
single quotations inside double
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Mar 14, 2024
1 parent 5ffd661 commit 75fc78e
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');remotes::install_github("MatthewBJane/ThemePark")"
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 75fc78e

Please sign in to comment.