Basic Data Exploration App
nanxstats/awesome-shiny-extensions: 🐝 Awesome R packages that offer extended UI or server components for the R web framework Shiny
🐝 Awesome R packages that offer extended UI or server components for the R web framework Shiny - nanxstats/awesome-shiny-extensions
5 Signs It's Time To Refactor Your Shiny Dashboard - Appsilon | End to End Data Science Solutions
jbryer/DTedit: Editable DataTables for shiny apps
Editable DataTables for shiny apps. Contribute to jbryer/DTedit development by creating an account on GitHub.
RinteRface
HTML Static Template
gyang274/ygdashboard: A modified shinydashboard to incorporate more functionality from adminLTE
A modified shinydashboard to incorporate more functionality from adminLTE - gyang274/ygdashboard
DivadNojnarg/outstanding-shiny-ui-code: Standalone code for the "Outstanding Shiny UI" Book
Standalone code for the "Outstanding Shiny UI" Book - DivadNojnarg/outstanding-shiny-ui-code
dreamRs/shinyapps: Some Shiny applications
Some Shiny applications. Contribute to dreamRs/shinyapps development by creating an account on GitHub.
dreamRs/jstools: Tools to work with JavaScript and CSS files
Tools to work with JavaScript and CSS files. Contribute to dreamRs/jstools development by creating an account on GitHub.
DivadNojnarg/Advanced-User-Interfaces-for-Shiny-Developers: erum::Conf 2020 workshop session
erum::Conf 2020 workshop session. Contribute to DivadNojnarg/Advanced-User-Interfaces-for-Shiny-Developers development by creating an account on GitHub.
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...