Skip to content

Commit

Permalink
Add reshape2 for sample project Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati authored Oct 25, 2024
1 parent 112dce9 commit 6750e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update -y \
&& mkdir /rmd

# add pkgs needed for labs
RUN Rscript -e 'install.packages(c("nycflights13","vcd","patchwork","vioplot","manipulateWidget"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
RUN Rscript -e 'install.packages(c("nycflights13","vcd","patchwork","vioplot","manipulateWidget", "reshape2"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
&& Rscript -e 'remotes::install_github("mkierczak/mkteachr");' \
&& Rscript -e 'remotes::install_github("hadley/emo");'

Expand Down

0 comments on commit 6750e57

Please sign in to comment.