Skip to content

Commit

Permalink
Added colourpicker R package to provide colour selection controls in …
Browse files Browse the repository at this point in the history
…Shiny apps
  • Loading branch information
eldrid01 committed Feb 7, 2020
1 parent a8512ed commit 293cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum update -y

RUN yum install -y R

RUN R -e 'install.packages(c("shiny", "shinyjs", "rmarkdown"), repos = "https://cloud.r-project.org")'
RUN R -e 'install.packages(c("shiny", "shinyjs", "rmarkdown", "colourpicker"), repos = "https://cloud.r-project.org")'
RUN R -e 'install.packages("tidyverse", repos = "https://cloud.r-project.org")'
RUN R -e 'install.packages("DT", repos = "https://cloud.r-project.org")'

Expand Down

0 comments on commit 293cccd

Please sign in to comment.