We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a664828 commit aae23e6Copy full SHA for aae23e6
1 file changed
ottr_anvil_poll/Dockerfile
@@ -5,5 +5,5 @@ LABEL maintainer="avamariehoffman@gmail.com"
5
6
# Install googlesheets4 and tidyverse
7
RUN Rscript -e "options(warn = 2);install.packages( \
8
- c('tidyverse', 'googlesheets4', 'kableExtra'), \
+ c('tidyverse', 'googlesheets4', 'jsonlite', 'kableExtra', 'ggVennDiagram'), \
9
repos = 'https://cloud.r-project.org/')"
0 commit comments