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
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...
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.
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...
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
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...
PhyloProfileDocker/shiny-server.sh at master · trvinh/PhyloProfileDocker
Contribute to trvinh/PhyloProfileDocker development by creating an account on GitHub.
r - How to adjust width of one column for shiny DataTables created with the JavaScript? - Stack Overflow
My Shiny App has a paging system, that allows to go back and forth. Below is a miniversion of my entire app. I would like to resize the first column of my datatable that includes checkboxes and mak...
shiny-loadblancer-internal.R
shiny-loadblancer-internal.R · GitHub