Skip to content

Commit

Permalink
Merge pull request #38 from wenyunie/Dockerization
Browse files Browse the repository at this point in the history
Dockerfile adding packages[ready to be merged]
  • Loading branch information
monazhu authored Nov 24, 2023
2 parents 0394590 + 9d43f7a commit da33b97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 471 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM rocker/tidyverse:4.3.2

RUN Rscript -e "remotes::install_version('here', '1.0.1')" &&\
Rscript -e "remotes::install_version('markdown', '1.11')"
RUN Rscript -e "remotes::install_version('here', '1.0.1', upgrade='never')" &&\
Rscript -e "remotes::install_version('Hmisc', '5.1.1', upgrade='never')" &&\
Rscript -e "remotes::install_version('markdown', '1.11', upgrade='never')"
467 changes: 0 additions & 467 deletions analysis/03-analysis-plot.html

This file was deleted.

4 changes: 2 additions & 2 deletions output/analysis_report.html

Large diffs are not rendered by default.

0 comments on commit da33b97

Please sign in to comment.