Skip to content

uc-bd2k/grbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grbrowser

One of the Shiny applications running at http://www.grcalculator.org

Installation

Install R package dependencies:

# Install our "shinyLi" package
install.packages("devtools")
devtools::install_github("uc-bd2k/shinyLi")

# Install CRAN package dependencies
install.packages(c("shiny","shinyjs","shinyBS","ggplot2","plotly","jsonlite","stringr","markdown"))

Running the application from R command line

shiny::runGitHub('uc-bd2k/grbrowser')