Skip to content

Commit

Permalink
rmdformats
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhank committed Feb 8, 2025
1 parent 062746f commit 6f5f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skj-2025/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl -L "https://github.com/docker/compose/releases/download/2.23.0/docker-c
chmod +x /usr/local/bin/docker-compose

# Install required R packages
RUN Rscript -e "install.packages(c('ggplot2', 'GGally', 'rmarkdown', 'viridis', 'dplyr', 'cowplot', 'parallel', 'tidyr', 'patchwork', 'reshape2', 'iterators', 'remotes', 'tidyverse'), repos='https://cloud.r-project.org/')"
RUN Rscript -e "install.packages(c('ggplot2', 'rmdformats', 'GGally', 'rmarkdown', 'viridis', 'dplyr', 'cowplot', 'parallel', 'tidyr', 'patchwork', 'reshape2', 'iterators', 'remotes', 'tidyverse'), repos='https://cloud.r-project.org/')"
RUN Rscript -e "install.packages('FLCore', repos='http://flr-project.org/R')"
RUN Rscript -e "remotes::install_github('PacificCommunity/ofp-sam-flr4mfcl')"
RUN Rscript -e "remotes::install_github('PacificCommunity/ofp-sam-CondorBox')"
Expand Down

0 comments on commit 6f5f68c

Please sign in to comment.