Skip to content

Commit

Permalink
version boot
Browse files Browse the repository at this point in the history
  • Loading branch information
katiesevans committed May 18, 2023
1 parent 955b0a8 commit 51cbb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM rocker/tidyverse:3.6.0
MAINTAINER Katie Evans <katiesevans9@gmail.com>

RUN Rscript -e "install.packages(c('boot', 'futile.logger', 'remotes', 'devtools'), dependencies=TRUE, repos='http://cran.us.r-project.org')"
RUN Rscript -e "install.packages(c('futile.logger', 'remotes', 'devtools'), dependencies=TRUE, repos='http://cran.us.r-project.org')"
RUN Rscript -e "remotes::install_github('lme4/lme4', build_vignettes=FALSE)"
RUN Rscript -e "remotes::install_version('sommer', version = '4.0.4', repos = 'http://cran.us.r-project.org')"

RUN Rscript -e "remotes::install_version('boot', version = '1.3-28', repos = 'http://cran.us.r-project.org')"



Expand Down

0 comments on commit 51cbb71

Please sign in to comment.