Skip to content

Commit f7a3cd6

Browse files
committed
update
1 parent 4bc0f7a commit f7a3cd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Generate HTML usage reports for Synapse projects.
66

77
1. R >= 3.3.0
88
1. RStudio
9+
1. [rSynapseClient](https://www.github.com/Sage-Bionetworks/rSynapseClient)
910

1011
## Installation
1112

@@ -20,5 +21,7 @@ install.packages("shiny", "rmarkdown", "plyr", "dplyr", "reshape", "data.table",
2021
Set your working directory to the root of the project and run the Shiny app at `inst/shiny-apps/UsageStats/app.R`:
2122

2223
```
23-
shiny::runApp('inst/shiny-apps/UsageStats/')
24+
shiny::runApp('inst/shiny-apps/UsageStats/', launch.browser=TRUE)
2425
```
26+
27+
Select "launch in browser" either from the running app

0 commit comments

Comments
 (0)