A quick how-to on building renv environments with GitHub Actions.
renv
Clarifying confusion regarding using GitHub Actions to deploy R and Python Shiny apps
A step-by-step guide to work with a Python Shiny app with the help of uv and a GitHub Actions workflow to have it published from GitHub to Posit Connect.
The missing conventions in the descriptions of packages
plumber
In this post I dive deep into setting up a dev/stage/prod environment setup for a {plumber} API on AWS AppRunner
{plumber}
In this post, we automate the process of setting up an RStudio server on AWS EC2 using Terraform. This guide covers the prerequisites, writing the Terraform configuration, and extending it to install R and RStudio server on the instance.
A guide on setting up Rstudio server on an AWS EC2 instance for users with older laptops, including steps for installation, configuration, and secure access.
A step-by-step guide on how to package a Python Shiny app, including directory structure, necessary files, and commands to build and run the package.
Notes on using GitHub Actions with R for our #TidyTuesday setup, including automation of gh-pages publishing and handling dependencies.