Skip to content

Commit

Permalink
redo tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
katiesevans committed May 12, 2023
1 parent d2dda7a commit 55eacab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ 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 conda-forge r-data.table r-lme4 r-knitr r-markdown
# RUN conda install -c r r-boot r-sommer
RUN conda install -c conda-forge r-futile.logger

RUN Rscript -e "install.packages('boot', dependencies=TRUE, repos='http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('sommer', dependencies=TRUE, repos='http://cran.us.r-project.org')"
RUN Rscript -e "install.packages('tidyverse', dependencies=TRUE, repos='http://cran.us.r-project.org')"


# install other tools not avalible on conda cloud
Expand Down

0 comments on commit 55eacab

Please sign in to comment.