Commit 2588a408 authored by Kevin's avatar Kevin

...

parent bd57f29f
...@@ -18,7 +18,5 @@ RUN R -e "install.packages('msm')" ...@@ -18,7 +18,5 @@ RUN R -e "install.packages('msm')"
RUN R -e "install.packages('cowplot')" RUN R -e "install.packages('cowplot')"
RUN R -e "install.packages('pander')" RUN R -e "install.packages('pander')"
RUN R -e "install.packages('DiagrammeR')" RUN R -e "install.packages('DiagrammeR')"
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')" RUN R -e "devtools::install_github('kkmann/reportr')"
RUN R -e "devtools::install_github('kkmann/describr')" RUN R -e "devtools::install_github('kkmann/describr')"
...@@ -21,7 +21,6 @@ params: ...@@ -21,7 +21,6 @@ params:
```{r setup, include=FALSE} ```{r setup, include=FALSE}
library(tidyverse) library(tidyverse)
library(centertbi)
library(describr) library(describr)
library(ggalluvial) library(ggalluvial)
......
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