Skip to content

Commit

Permalink
Update rmd.Dockerfile
Browse files Browse the repository at this point in the history
Added 'scales' package
  • Loading branch information
epleasance authored Jul 3, 2024
1 parent 2ede3a2 commit f9d53de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/rmd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN R -e 'remotes::install_version("ggrepel", "0.9.5")'
RUN R -e 'remotes::install_version("reshape2", "1.4.4")'
RUN R -e 'remotes::install_version("conflicted", "1.2.0")'
RUN R -e 'remotes::install_version("patchwork","1.2.0")'
RUN R -e 'remotes::install_version("scales", "1.3.0")'

# R Bioconductor packages:
RUN R -e 'BiocManager::install("GenomicRanges")'
Expand Down

0 comments on commit f9d53de

Please sign in to comment.