Skip to content

Instantly share code, notes, and snippets.

@millerh1
millerh1 / auto-sys-dep-shiny-renv.yml
Created August 15, 2021 16:16
GitHub Actions for R-Shiny + renv + automatic system dependencies
env:
RENV_PATHS_ROOT: ~/.local/share/renv
on:
push:
branches:
- main
pull_request:
branches:
- main
title output
List Column Switch
html_notebook
toc toc_float
true
true

Summary

@mitchwongho
mitchwongho / Docker
Last active August 4, 2025 15:34
Docker 'run' command to start an interactive BaSH session
# Assuming an Ubuntu Docker image
$ docker run -it <image> /bin/bash