Commit 78ff72b7 authored by Kevin's avatar Kevin

updated dockerfile

parent 725f4ca4
......@@ -15,6 +15,7 @@ RUN R -e "install.packages('mice')"
RUN R -e "install.packages('ggalluvial')"
RUN R -e "install.packages('caret')"
RUN R -e "install.packages('msm')"
RUN R -e "install.packages('cowplot')"
RUN R -e "install.packages('opal', repos=c('https://cran.rstudio.com/', 'https://cran.obiba.org'), dependencies=TRUE)"
RUN R -e "devtools::install_github('kkmann/centertbi')"
RUN R -e "devtools::install_github('kkmann/reportr')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment