Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 649 Bytes

shinyauth

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

Installation

remotes::install_github("https://github.com/business-science/shinyauth")

Docker Image Version History

Version 2.0

  • Updates quantmod to fix error accessing Yahoo! Finance data

Version 1.0

  • Updated to shiny 1.7.1

Version 0.0

  • Original Course Version