Skip to content

Commit

Permalink
add r packages to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
katiesevans committed May 12, 2023
1 parent 7fea161 commit 20df951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ RUN conda install -c conda-forge pandoc=2.12
RUN conda install -c bioconda plink=1.90b6.12
RUN conda install -c bioconda bedtools=2.29.2
RUN conda install -c conda-forge r=3.6.0

RUN conda install -c conda-forge mscorefonts
RUN conda install -c conda-forge r-tidyverse r-data.table r-lme4 r-knitr r-markdown
RUN conda install -c r r-boot r-futile.logger r-sommer


# install other tools not avalible on conda cloud
RUN apt-get --allow-releaseinfo-change update && apt-get install -y procps

RUN conda install -c conda-forge mscorefonts

0 comments on commit 20df951

Please sign in to comment.