Skip to content

Commit

Permalink
Now it should be working
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaz-dabbaghieh committed Jan 11, 2018
1 parent 607ac21 commit 12414c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Under Construction
To run this, just use:
```
library(shiny)
runApp("app/")
shiny::runApp("app/")
```
You just need to give the function, the "app/" directory and it should work. First time might take a while to load all libraries.
You just need to give the ``` runApp()``` function the directory where the ```ui.r``` and ```server.r``` are.
It seems that the app works better on Firefox than on Chrome, and the UI is better rendered.

Loading the libreries might take some time, the UI will load but the packages need to be loaded to wrok properly.
7 changes: 7 additions & 0 deletions app/ui.r
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
library(plotly)
library(shiny)
library(shinyBS)
library(shinyjs)
library(DT)
library(shinythemes)
library(shinydashboard)

# Header ------------------------------------------------------------------
dashboardPage(title = "Batch Effect Analysis and Visualization",
Expand Down

0 comments on commit 12414c2

Please sign in to comment.