Shiny - Gallery

No Clocks
Shiny - Persistent data storage in Shiny apps
Shiny - Bookmarking state
Shiny - Scoping rules for Shiny apps
Best practices for global/external variables used in a module - shiny - RStudio Community
I wanted to know what others think is the best approach when making a shiny module that uses some functions/variables that in a non-module app would belong in global.R Do you still keep them in global.R? To me that seems to break the isolation and independence of modules, since a module should be explicit about all its inputs and outputs. As a concrete example: in the following app, the module UI and module server use a variable defined outside of it. Here's one way to write it: foodata
Shiny - session
etiennebacher/shinyfullscreen: Display HTML Elements on Full Screen in 'Shiny' Apps Using 'Screenfull.js'
Display HTML Elements on Full Screen in 'Shiny' Apps Using 'Screenfull.js' - etiennebacher/shinyfullscreen
Integrating React.js and Shiny
React.js is a thriving JavaScript library that eases encapsulating and sharing sophisticated component libraries. The React.js ecosystem is filled with components for doing everything from...
Shiny - shiny-options
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
Aaaand... because I couldn't help myself. A simple little example using shinyjs that seems to work for my not-very-thorough testing 😄 The two important bits: In the UI: shinyjs::useShinyjs(), In the Server (10 seconds for testing): shinyjs::runjs( "function reload_page() { window.location.reload(); setTimeout(reload_page, 10000); } setTimeout(reload_page, 10000); ") You definitely don't need the shinyjs package to make this work, but it does make things a little easier :s...
Headless Recorder - Chrome Web Store
A Chrome extension for recording browser interaction and generating Puppeteer & Playwright scripts
Browse Fonts - Google Fonts
Making the web more beautiful, fast, and open through great typography
Deploying a Shiny app as a desktop application with Electron
Data Scientist. Shiny Developer. Tidyverse Denizen. Scheme Enthusiast.
CRI-iAtlas/iatlas-app: R Shiny app for iAtlas (new, 2020 version)
R Shiny app for iAtlas (new, 2020 version). Contribute to CRI-iAtlas/iatlas-app development by creating an account on GitHub.
Shiny Server v1.5.12 Configuration Reference
Supplement to Shiny in Production
This document is full of supplemental resources and content from the Shiny in Production Workshop delievered at rstudio::conf 2019.
A beginner's guide to Shiny modules | Emily Riederer
Don't believe the documentation! Shiny modules aren't just for advanced users; they might just be a great entry point for development
Include the Docker container in a network • devindocker
devindocker
docker4dev/build_docker_container.R at main · ThinkR-open/docker4dev
Repository with DockerFiles for tutorials. Contribute to ThinkR-open/docker4dev development by creating an account on GitHub.
ThinkR-open/docker4dev: Repository with DockerFiles for tutorials
Repository with DockerFiles for tutorials. Contribute to ThinkR-open/docker4dev development by creating an account on GitHub.
presstofan/shinyproxy-docker-swarm-demo: A template for deploying R Shiny apps with ShinyProxy in Docker Swarm mode
A template for deploying R Shiny apps with ShinyProxy in Docker Swarm mode - presstofan/shinyproxy-docker-swarm-demo
rstudio/r-builds: an opinionated environment for compiling R
an opinionated environment for compiling R. Contribute to rstudio/r-builds development by creating an account on GitHub.
rstudio/r-docker: Docker images for R
Docker images for R. Contribute to rstudio/r-docker development by creating an account on GitHub.
Environments: Docker
Environment Management with Docker
Dependency resolution for R package development
PhyloProfileDocker/shiny-server.conf at master · trvinh/PhyloProfileDocker
Contribute to trvinh/PhyloProfileDocker development by creating an account on GitHub.
Securing and Monitoring ShinyProxy Deployment of R Shiny Apps | databentobox
This post provides a guide to secure ShinyProxy with Nginx, Certbot and AWS Cognito, and monitor usage statistics with InfluxDB, Telegraf and Grafana.
ropenscilabs/r-docker-tutorial: A docker tutorial for reproducible research
A docker tutorial for reproducible research. Contribute to ropenscilabs/r-docker-tutorial development by creating an account on GitHub.
Shiny Server Pro with Docker – RStudio Support
You can put Shiny Server Pro in a Docker container, but licensing must be handled explicitly. For this configuration, we recommend using a floating license server on hardware or a static VM, on the...
Creating a Streamlit web app, building with Docker + GitHub Actions, and hosting on Heroku | Joshua Cook
A step-by-step tutorial on creating a web application with Streamlit, building a Docker image with GitHub Actions, and hosting on Heroku.