All Projects → dm3ll3n → Shiny Gem

dm3ll3n / Shiny Gem

Licence: mit
A data analysis web-app written in R Shiny.

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Shiny Gem

De
A Programmer's Text Editor
Stars: ✭ 366 (+2340%)
Mutual labels:  shiny
Shinywidgets
shinyWidgets : Extend widgets available in shiny
Stars: ✭ 553 (+3586.67%)
Mutual labels:  shiny
Ctmmweb
Web app for analyzing animal tracking data, built upon ctmm R package
Stars: ✭ 22 (+46.67%)
Mutual labels:  shiny
Shiny
Easy interactive web applications with R
Stars: ✭ 4,507 (+29946.67%)
Mutual labels:  shiny
Awesome Rshiny
An awesome R-shiny list!
Stars: ✭ 523 (+3386.67%)
Mutual labels:  shiny
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+3786.67%)
Mutual labels:  shiny
Shiny.semantic
Shiny support for powerful Semantic UI library.
Stars: ✭ 345 (+2200%)
Mutual labels:  shiny
Aisvms vis
AIS visualization from an interactive R and Shiny based web app using Material Design from Google.
Stars: ✭ 8 (-46.67%)
Mutual labels:  shiny
Golem
A Framework for Building Robust Shiny Apps
Stars: ✭ 530 (+3433.33%)
Mutual labels:  shiny
Mastering Shiny
Mastering Shiny: a book
Stars: ✭ 790 (+5166.67%)
Mutual labels:  shiny
Dt
R Interface to the jQuery Plug-in DataTables
Stars: ✭ 451 (+2906.67%)
Mutual labels:  shiny
Awesome Shiny Extensions
🐝 Awesome R packages that offer extended UI or server components for the R web framework Shiny
Stars: ✭ 521 (+3373.33%)
Mutual labels:  shiny
Shiny
Iridescent Effect View (inspired by Apple Pay Cash) ✨
Stars: ✭ 707 (+4613.33%)
Mutual labels:  shiny
Regexplain
🔍 An RStudio addin slash regex utility belt
Stars: ✭ 413 (+2653.33%)
Mutual labels:  shiny
Shinyappdemo
A demo shiny app inside a package
Stars: ✭ 23 (+53.33%)
Mutual labels:  shiny
Reactable
Interactive data tables for R
Stars: ✭ 345 (+2200%)
Mutual labels:  shiny
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (+3673.33%)
Mutual labels:  shiny
Oak
A pure Go game engine
Stars: ✭ 847 (+5546.67%)
Mutual labels:  shiny
Datofutbol
Dato Fútbol repository
Stars: ✭ 23 (+53.33%)
Mutual labels:  shiny
Shinydashboard
Shiny Dashboarding framework
Stars: ✭ 718 (+4686.67%)
Mutual labels:  shiny

Shiny GEM

Shiny GEM is a data analysis app written in R Shiny.

Documentation

https://www.donaldmellenbruch.com/doc/shinygem

Simplified documentation is on the agenda.

Ways to Run

Shiny GEM is available on ShinyApps.io, DockerHub, GitHub, and from within ShinyStudio. Take your pick!

ShinyApps.io

The easiest way to demo the app is from ShinyApps.io.

https://dmellenbruch.shinyapps.io/Shiny_GEM/

For increased performance and security, consider another method below.

Docker

  • Download image from DockerHub:
docker pull dm3ll3n/shiny-gem
  • Run locally in a background container:
docker run -d --restart unless-stopped -p 127.0.0.1:3838:3838 dm3ll3n/shiny-gem

Shiny GEM will now be available in a browser at http://localhost:3838.

From Source

Clone the source code, install dependencies, and launch locally.

git clone https://github.com/dm3ll3n/Shiny-GEM.git

cd Shiny-GEM

Rscript "install-requirements.R"

R -e "shiny::runApp(host='127.0.0.1', port=3838)"

Shiny GEM will now be available in a browser at http://localhost:3838.

ShinyStudio

Shiny GEM is included as an example app in the ShinyStudio Docker stack. First, follow the setup instructions for ShinyStudio. Afterward:

  • Navigate to ShinyStudio at http://localhost:8080.
  • Open RStudio.
  • Use RStudio's file browser to open shiny-examples/Shiny-GEM/app.R.
  • Run the app within RStudio.

Optionally, copy the directory shiny-examples/Shiny-GEM to __ShinyStudio__/_apps in order to serve Shiny GEM from the "Apps & Reports" page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].