Discindo
Projects
Series
Archive
About
Series: pkg/env
Automating building and ckecking of renv environments using GitHub Actions
A quick how-to on building
renv
environments with GitHub Actions.
2025-01-10
novica
Noting the differences in deploying R vs Python apps on Posit Connect
Clarifying confusion regarding using GitHub Actions to deploy R and Python Shiny apps
2024-09-29
novica
Using uv to manage the environment for a Python Shiny app and setting up a GitHub action to publish it to Posit Connect
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.
2024-09-21
novica
Few notes on getting R package data from the local library
The missing conventions in the descriptions of packages
2024-06-23
novica
How to set up development and production environments using AWS Copilot: Example using a
plumber
API.
In this post I dive deep into setting up a dev/stage/prod environment setup for a
{plumber}
API on AWS AppRunner
2024-02-25
teo
Rstudio in the cloud for those of us with old laptops part 2: automating with terraform
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.
2023-01-29
novica
Rstudio in the cloud for those of us with old laptops
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.
2023-01-20
novica
Packaging a Python Shiny app
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.
2022-11-18
novica
Using GitHub actions with R: Some notes from our #TidyTuesday setup
Notes on using GitHub Actions with R for our #TidyTuesday setup, including automation of gh-pages publishing and handling dependencies.
2019-12-29
novica
No matching items