Shiny - Gallery
systats/shinyuser: User login and admin panel for shiny apps (Semantic UI)
User login and admin panel for shiny apps (Semantic UI) - systats/shinyuser
yanirmor/shiny-user-management: Demonstration of user management and authentication system in R Shiny
Demonstration of user management and authentication system in R Shiny - yanirmor/shiny-user-management
dreamRs/tuicalendr: R htmlwidget for tui-calendar
:calendar: R htmlwidget for tui-calendar. Contribute to dreamRs/tuicalendr development by creating an account on GitHub.
dreamRs/capture: Take screenshots in Shiny apps
Take screenshots in Shiny apps. Contribute to dreamRs/capture development by creating an account on GitHub.
dreamRs/datamods
Shiny modules to import data into an application or addin - dreamRs/datamods
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
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.
ankane/dbx
A fast, easy-to-use database library for R. Contribute to ankane/dbx development by creating an account on GitHub.
Enabling use of private packages on github.com – RStudio Support
You can now use your proprietary R packages in your shinyapps.io environment. To do so, your package does need to be hosted on in a private github repository (public github repositories have alway...
Upgrading Shiny Server – RStudio Support
Upgrading from Open-Source to Pro If you currently have Shiny Server Open-Source installed and want to upgrade to the Pro version, the process is very simple. You can do so with no worries about y...
Common dependencies for Shiny Server – RStudio Support
If you are installing Shiny Server or Shiny Server Pro on an offline server, you may need dependencies installed in order for Shiny Server to install correctly. Below you will find a list of common...
Shiny Server Quick Start: Host a directory of applications – RStudio Support
This article is adapted from the Shiny Server Administrator's Guide for version 1.4.2. This is the default configuration that Shiny Server will use until you provide a custom configuration in...
Shiny Server Quick Start: Let users manage their own applications – RStudio Support
This article is adapted from the Shiny Server Administrator's Guide for version 1.4.2. Some administrators of Shiny Server would prefer to give users -- or some trusted subgroup of users -- t...
Root requirements for Shiny Server – RStudio Support
Shiny Server requires root privileges for installation and certain operations. Note that root privileges are also required for installing R. sudo yum install Rsudo yum install --nogpgcheck
Shiny Server Quick Start: Run Shiny Server on multiple ports – RStudio Support
This article is adapted from the Shiny Server Administrator's Guide for version 1.4.2. This guide will describe how to run Shiny Server on multiple ports simultaneously, and also how to run a...
How to pass authentication credentials to a database using Kerberos – RStudio Support
Overview This article describes how to configure RStudio Server Pro and Shiny Server Pro so that authenticated users can access databases without having to authenticate again. These instructions ar...
Where to store your Shiny application data – RStudio Support
If your Shiny app requires data to run, you can bundle the data with your app or you can reference the data inside your app. Shiny Server does not require a database. Instead it will work with your...
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...
rstudio/rscrypt: scrypt cryptographic functions for R
scrypt cryptographic functions for R. Contribute to rstudio/rscrypt development by creating an account on GitHub.
r - Shiny Server on NGINX with SSL - Stack Overflow
I have a Shiny Server, R 'shiny' package v7.0, NGINX and 3rd party SSL certificate set up on Ubuntu 12.04 64bit system. Everything worked fine when using http, but after I set up a SSL reverse prox...
ssl - Login via websocket - is this safe? - Stack Overflow
On webpage (with https) Client connects to server with websocket (secure wss over TSL) Server send 'ready-for-user-and-password'-message User enters info and Client sends it Server validates and a...
Shiny Server v1.4.0 Configuration Reference
Running Shiny Server with a Proxy – RStudio Support
Shiny Server: Running with a Proxy Overview If you are running Shiny Server behind a proxy server you need be sure to configure the proxy server so that it correctly handles all traffic to and from...
skranz/shinyEventsLogin: Login Module for ShinyEvents Apps
Login Module for ShinyEvents Apps. Contribute to skranz/shinyEventsLogin development by creating an account on GitHub.
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.
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...
Hosting a Shiny App using Docker
I used shinyapps.io for my own shiny app. It’s a great service. You can deploy your app for free, test it and show it to other people. But there’s also a downside: The memory an app can use is limited. So I was looking for another way to deploy my app. So I took a look at Docker.
4 Tips to Make Your Shiny Dashboard Faster
Yes, Shiny apps can be fast and scalable. But only if you build them in the right way and use the proper tools.
Shiny - shiny-options