@@ -52,8 +52,8 @@ RUN R -e "install.packages(c('devtools'), repos='${cran_repo}', dependencies=TRU
RUN R -e"devtools::install_github('tutuchan/shinyflags');devtools::install_github('sboysel/fredr')"
RUN R -e"install.packages(c('rlang'), repos='https://cran.rstudio.com/', dependencies=TRUE)"
RUN R -e"install.packages(c('readsdmx', 'covid19mobility', 'mongolite'), repos='https://cran.rstudio.com/', dependencies=TRUE)"
RUN R -e"install.packages(c('insee', 'rtsdata'), repos='https://cran.rstudio.com/', dependencies=TRUE);insee::get_idbank_list()"
RUN R -e"install.packages(c('covid19mobility', 'mongolite', 'rtsdata'), repos='https://cran.rstudio.com/', dependencies=TRUE)"
RUN R -e"devtools::install_github('hadrilec/insee');insee::get_idbank_list()"
RUN R -e"install.packages(c('tools', 'highcharter', 'tesseract', 'magick'), repos='${cran_repo}', dependencies=TRUE)"
RUN R -e"install.packages(c('shiny', 'tidyverse','shinydashboard', 'shinydashboardPlus', 'shinyWidgets', 'shinyjs'), repos='${cran_repo}', dependencies=TRUE)"