Showing content from https://github.com/VizWizard/BoxPlotR.shiny below:
VizWizard/BoxPlotR.shiny: shiny application to generate box plots with R
Skip to content Navigation Menu
Search code, repositories, users, issues, pull requests...
Saved searches Use saved searches to filter your results more quickly
Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert VizWizard/BoxPlotR.shiny Repository files navigation
This is the repository for the Shiny application presented in "BoxPlotR: a web tool for generation of box plots" (Spitzer at al. 2014).
You have two options for running shiny-boxplot:
- Launch directly from R and GitHub:
Your web browser will open the web app.
- Install the shiny-server and implement shiny-boxplot as a web application and service:
- In Ubuntu 12.04+
- sudo apt-get install gdebi-core
- wget http://download3.rstudio.org/ubuntu-12.04/x86_64/shiny-server-1.0.0.42-amd64.deb (may need to change ubuntu or server version number)
- sudo gdebi shiny-server-1.0.0.42-amd64.deb
- edit: /opt/shiny-server/config/default.config in a text editor
- Change these lines to suit your environment
- listen SHINY_PORT; (change SHINY_PORT to match the port you want)
- site_dir SHINY_APP_HOME; (change SHINY_APP_HOME to the location for your shiny apps)
- make sure SHINY_PORT is open on your firewall
- Go to your SHINY_APP_HOME
- Get the latest shiny-boxplot code from github:
- Restart shiny-server service:
- sudo service shiny-server restart
You should now be able to access shiny-boxplot at: http://YOURSITE:**SHINY_PORT**/BoxPlotR.shiny
About
shiny application to generate box plots with R
Resources Stars Watchers Forks
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4