-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fawaz-dabbaghieh
committed
Jan 11, 2018
1 parent
607ac21
commit 12414c2
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters