Skip to content

Commit

Permalink
Change Installation of shinycssloaders using github
Browse files Browse the repository at this point in the history
Because cran is not updated
daattali/shinycssloaders#6
  • Loading branch information
mfarkhann committed Jan 28, 2019
1 parent 4db5f2b commit e684ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 3.5.1/Dockerfile
Expand Up @@ -32,7 +32,7 @@ RUN . /etc/environment \
--repos $MRAN \
#--deps TRUE \
# For Dashboard and Visualization
shinydashboard rhandsontable shinyjs plotly dygraphs d3heatmap kohonen networkD3 ggvis flexdashboard shinyBS shinythemes colourpicker ggExtra ggmap ggplot2movies rpivotTable kableExtra sparkline billboarder shinycssloaders \
shinydashboard rhandsontable shinyjs plotly dygraphs d3heatmap kohonen networkD3 ggvis flexdashboard shinyBS shinythemes colourpicker ggExtra ggmap ggplot2movies rpivotTable kableExtra sparkline billboarder \
# For Scheduler
shinyFiles cronR here \
# For API and Data pre Processing
Expand All @@ -45,6 +45,7 @@ RUN . /etc/environment \
RUN Rscript -e "devtools::install_github('tidyverse/googlesheets4')"
RUN Rscript -e "devtools::install_github('MarkEdmondson1234/googleID')"
RUN Rscript -e "devtools::install_github('sicarul/redshiftTools')"
RUN Rscript -e "devtools::install_github('andrewsali/shinycssloaders')"


## ~/ShinyApps for per User Setting and Copy Shiny Examples to Home Folder and Remove temp files
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -32,7 +32,7 @@ RUN . /etc/environment \
--repos $MRAN \
#--deps TRUE \
# For Dashboard and Visualization
shinydashboard rhandsontable shinyjs plotly dygraphs d3heatmap kohonen networkD3 ggvis flexdashboard shinyBS shinythemes colourpicker ggExtra ggmap ggplot2movies rpivotTable kableExtra sparkline billboarder shinycssloaders \
shinydashboard rhandsontable shinyjs plotly dygraphs d3heatmap kohonen networkD3 ggvis flexdashboard shinyBS shinythemes colourpicker ggExtra ggmap ggplot2movies rpivotTable kableExtra sparkline billboarder \
# For Scheduler
shinyFiles cronR here \
# For API and Data pre Processing
Expand All @@ -45,7 +45,7 @@ RUN . /etc/environment \
RUN Rscript -e "devtools::install_github('tidyverse/googlesheets4')"
RUN Rscript -e "devtools::install_github('MarkEdmondson1234/googleID')"
RUN Rscript -e "devtools::install_github('sicarul/redshiftTools')"

RUN Rscript -e "devtools::install_github('andrewsali/shinycssloaders')"

## ~/ShinyApps for per User Setting and Copy Shiny Examples to Home Folder and Remove temp files
RUN yes | /opt/shiny-server/bin/deploy-example user-dirs \
Expand Down

0 comments on commit e684ca5

Please sign in to comment.