The Dockerfile for the shinyauth R environment used in the Shiny Developer with AWS course. Installs:
- shiny-verse:latest
- shinyWidgets
- shinythemes
- shinyjs
- mongolite
- jsonlite
- config
- remotes
- tidyquant
- plotly
- shinyauthr
remotes::install_github("https://github.com/business-science/shinyauth")
- Updates
quantmod
to fix error accessing Yahoo! Finance data
- Updated to
shiny 1.7.1
- Original Course Version