howardbaek / shiny-r-prod

Material for the Shiny in Production: Tools and Techniques Workshop - posit::conf(2023)

Home Page:https://posit-conf-2023.github.io/shiny-r-prod/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shiny in Production: Tools and Techniques

posit::conf 2023

by Eric Nantz & Michael Thomas


🗓️ September 18th, 2023
⏰ 09:00 - 17:00
🏨 Grand Hall I ✍️ pos.it/conf


Workshop Website

This repository contains materials for the 1-day Shiny in Production: Tools & Techniques workshop at Posit::conf(2023). See https://posit-conf-2023.github.io/shiny-r-prod for the rendered workshop materials (including slides and exercises) as well as important setup information.

Workshop Overview

Shiny brings tremendous possibilities to share innovative data science workflows with others inside an intuitive web interface. Many in the Shiny community have shared effective development techniques for building a robust application. Even with the best intentions before sharing your application with others, a myriad of issues can arise once it leaves the confines of your machine. In this one-day workshop, you will implement core techniques to account for common scenarios that arise as your application is used in production, such as accounting for thousands of simultaneous users, how effective profiling can address performance bottlenecks, and ensuring your application is doing as little as possible to ensure a smooth and responsive experience.

This course assumes intermediate knowledge of building Shiny applications in R and prior experience deploying an application to a platform such as the shinyapps.io service or products like Posit Connect. This workshop will be appropriate for you if you answer yes to any of these questions:

  • Have you had a Shiny application work just fine on your machine, but encounters critical issues after deployed to a hosting platform?
  • Are you willing to prospectively implement techniques before deployment to plan for the unexpected?
  • Do you want to know the potential pitfalls within various deployment platforms?
  • Do you want to employ best practices for structuring your application source code and dependencies?

Prework

Refer to the setup instructions at https://posit-conf-2023.github.io/shiny-r-prod/setup for details.

Instructors

Eric Nantz is a director within the statistical innovation center at Eli Lilly and Company, creating analytical pipelines and capabilities of advanced statistical methodologies for clinical design used in multiple phases of development. Outside of his day job, Eric is passionate about connecting with and showcasing the brilliant R community in multiple ways. You may recognize his voice from the R-Podcast that he launched in 2012. Eric is also the creator of the Shiny Developer Series where he interviews authors of Shiny-related packages and practitioners developing applications, as well as sharing his own R and Shiny adventures via livestreams on his Twitch channel. In addition, Eric is a curator for the RWeekly project and co-host of the RWeekly Highlights podcast which accompanies every issue.

Michael Thomas is the Chief Data Scientist at Ketchbrook Analytics, with background in credit risk modeling, regression & time series forecasting, machine learning, recommendation engines, and natural language processing. Mike has extensive data visualization experience across a variety of software products and technologies and is passionate about reproducibility and following healthy software development practices in data science. In addition, Mike is a co-host of the RWeekly Highlights Podcast.


This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Material for the Shiny in Production: Tools and Techniques Workshop - posit::conf(2023)

https://posit-conf-2023.github.io/shiny-r-prod/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:JavaScript 59.6%Language:R 17.8%Language:CSS 11.7%Language:HTML 10.2%Language:Dockerfile 0.5%Language:SCSS 0.2%