RUN R -e"install.packages(c('dplyr','httr', 'leaflet', 'htmlwidgets', 'lubridate','jsonlite'))"
RUN R -e"install.packages(c('dplyr','httr', 'leaflet', 'htmlwidgets', 'lubridate','jsonlite','htmlTable', 'rmarkdown', 'flexdashboard','kableExtra','knitr'))"
# Create a stub for our R script to the container
# Create a stub for our R script and Rmd file to the container