Articles by Peter Solymos

Dockerizing Shiny Applications

May 7, 2021 | Peter Solymos

Docker provides isolation to applications. Images are immutable. Running multiple instances of the same image can serve many users at the same time. All these general advantages of containerized applications apply to Shiny apps too.
[Read more...]

Run Shiny Apps Locally

April 23, 2021 | Peter Solymos

You might be eager to deploy your Shiny app to a remote server. But the simplest way to run a Shiny app is to run it locally. You only need the shiny R package installed, and you can run the app in your browser.
[Read more...]

The Anatomy of a Shiny Application

April 9, 2021 | Peter Solymos

Shiny lets you quickly build web applications using the R programming language. In this post I will walk you through how a Shiny application is structured. The goal is simply to have the most basic and dependency free app that we can deploy. Let's get going! [Read more...]
1 2 3 4