Workshop 31.03.21: ‘Bring a Shiny App to Production’
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A 3 hours, hands-on workshop about safe, agile and automated deployment of a Shiny App.
We will be closing our second workshops series about R Shiny Development with the topic of bringing a Shiny App safely to production.
Overview of the workshop steps: Bring a Shiny App to Production
Guided by an expert trainer, you will set-up a toy Shiny App as a package using the golem
framework and bring it all the way to production, applying best practices and modern DevOps. You will learn how to ensure reproducibility and ease collaboration by controlling the dependencies at project level with renv
. By applying GitFlow with git
and GitHub
you will establish a safe and controlled collaborative development, while tracking changes under version control and enable an agile approach.
Finally, you will learn how to set-up an automated workflow for a CI / CD pipeline with GitHub Actions
having as productive target shinyapps.io.
Mirai’s Team is looking forward to meet you virtually at the workshop. To join us, enroll here.
Suggested reading:
- Feel confident about your Shiny App going to Production
- Techguides: CI / CD pipelines for automatic deployment of a Shiny App
- Techguide: Using renv to control dependencies at project level
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.