FROM rocker/r-ver:3.5.3
MAINTAINER Remi Seraphin

RUN R -e "install.packages('tidyverse'); \
          install.packages('ggplot2')"
