Skip to content

Commit

Permalink
Merge pull request #19 from NBISweden/lokesh-mouse
Browse files Browse the repository at this point in the history
added shinymanager
  • Loading branch information
nanjiangshu authored Feb 15, 2022
2 parents 4deee4f + a5121b3 commit b6b8f81
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 @@ -52,7 +52,7 @@ RUN R -e "install.packages(c('DT', 'dplyr', 'forestplot', 'ggfortify','ggplot2',
# shiny-nametagger
R -e "install.packages(c('shinyAce', 'png', 'showtext'), dependencies = T)" && \
# singleCell
R -e "install.packages(c('flexdashboard', 'tidyverse', 'cowplot'), dependencies = T)" && \
R -e "install.packages(c('flexdashboard', 'tidyverse', 'cowplot', 'shinymanager'), dependencies = T)" && \
R -e "setRepositories(ind = 1:2)" && \
R -e "install.packages(c('Seurat'))" && \
# rshiny-support-4884
Expand Down

0 comments on commit b6b8f81

Please sign in to comment.