In Production: Deployment, Back-end and Scalability
Materials for class on Monday, April 15, 2019
Contents
Tweet of the Day
✨ Made easier w/ help from {golem}…
— Mara Averick (@dataandme) March 12, 2019
“Building Big Shiny Apps — A Workflow 2/2” 👨 💻 ???https://t.co/udr2nFW70R #rstats #rshiny pic.twitter.com/DOgpcB2ICg
RStudio Cloud Project
We’ll heavily use our RStudio Cloud project for sample Shiny apps.If you’re missing files, you will need to delete the project and reload to get new files.
Links
Brushing & interaction:
JJ Alaire’s
flexdashboard
shiny-enabled brushingJohn Coene’s
echarts4r
crosstalk
,echarts4r
interactivity is based oncrosstalk
, e.g., see this brushing/slider tutorial.
plotly
Specifically see Chapter 15-17 of Carson Sievert’s book.
Shiny in Production:
- Joe Cheng’s Shiny in ProductionAlternatively, you can watch Joe’s talk from RStudio::Conf 2019 here. It’s also important to see
shinyloadtest
for instructions on how to install as it can be a bit tricky.