Skip to content

Commit

Permalink
Add new R dependencies for pVACview
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed May 15, 2024
1 parent c993b4c commit c3c1d89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pvactools/tools/pvacview/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN R -e "install.packages(c('shiny',\
'shinydashboardPlus', \
'shinycssloaders', \
'fresh', \
'RCurl' ), repos='https://cran.rstudio.com/')"
'RCurl', \
'shinyWidgets', \
'colourpicker'), repos='https://cran.rstudio.com/')"

RUN R -e "devtools::install_github('eclarke/ggbeeswarm', ref='v0.6.1')"

Expand Down

0 comments on commit c3c1d89

Please sign in to comment.