Skip to content
Snippets Groups Projects
Commit d2cf6cc0 authored by Carine Rey's avatar Carine Rey
Browse files

update for session_3

parent 151fa130
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
......@@ -2,10 +2,16 @@ FROM rocker/tidyverse
RUN apt-get update \
&& apt-get install -y \
libxt6
libxt6 \
cargo
RUN Rscript -e "install.packages('rmdformats')"
#session 1
RUN Rscript -e "install.packages('rvest')"
RUN Rscript -e "install.packages('remotes'); remotes::install_github('rlesur/klippy')"
#session 3
RUN Rscript -e "install.packages('gganimate')"
RUN Rscript -e "install.packages('gifski')"
RUN Rscript -e "install.packages('openxlsx')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment