Skip to content

Commit

Permalink
Add pryr
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Mar 18, 2024
1 parent b5ab837 commit b6e6947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN /bin/sh -c /rocker_scripts/install_R_source.sh \
# NOTE: inkscape and librsvg2-bin installed for CoNGA
# NOTE: locales / locales-all added due to errors with install_deps() and special characters in the DESCRIPTION file for niaid/dsb
RUN echo "local({r <- getOption('repos') ;r['CRAN'] = 'https://packagemanager.rstudio.com/cran/__linux__/focal/latest';options(repos = r);rm(r)})" >> ~/.Rprofile \
&& Rscript -e "install.packages(c('remotes', 'devtools', 'BiocManager'), dependencies=TRUE, ask = FALSE, upgrade = 'always')" \
&& Rscript -e "install.packages(c('remotes', 'devtools', 'BiocManager', 'pryr'), dependencies=TRUE, ask = FALSE, upgrade = 'always')" \
&& echo "local({options(repos = BiocManager::repositories('https://packagemanager.rstudio.com/cran/__linux__/focal/latest'))})" >> ~/.Rprofile \
# NOTE: this was added to avoid the build dying if this downloads a binary built on a later R version
&& echo "Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS='true');" >> ~/.Rprofile \
Expand Down

0 comments on commit b6e6947

Please sign in to comment.