diff --git a/Dockerfile b/Dockerfile index 86ba03c8924623fe808cfe6c7062157623bb143b..f620fab81b39b4ab2b5014fd3860f72b5260c4a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,25 +20,25 @@ RUN http_proxy=http://proxy.ethz.ch:3128 https_proxy=http://proxy.ethz.ch:3128 j # R #### RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \ - 'bayesplot', \ - 'bayestestR', \ - 'blockmodeling', \ - 'biostat3', \ - 'brms', \ - 'countrycode', \ - 'GGally', \ - 'ggforce', \ - 'ggplot2', \ - 'ggraph', \ - 'goldfish', \ - 'gt', \ - 'gtsummary', \ - 'igraph', \ - 'lfe', \ - 'lubridate', \ - 'loo', \ - 'matlib', \ - 'mice', \ + # 'bayesplot', \ + # 'bayestestR', \ + # 'blockmodeling', \ + # 'biostat3', \ + # 'brms', \ + # 'countrycode', \ + # 'GGally', \ + # 'ggforce', \ + # 'ggplot2', \ + # 'ggraph', \ + # 'goldfish', \ + # 'gt', \ + # 'gtsummary', \ + # 'igraph', \ + # 'lfe', \ + # 'lubridate', \ + # 'loo', \ + # 'matlib', \ + # 'mice', \ 'nloptr', \ 'openxlsx', \ 'RBGL', \