Skip to content

Commit 4bc0f7a

Browse files
committed
update readme.
1 parent fcb01f6 commit 4bc0f7a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
## Information
22

3-
Usage statistics for LINCS.
3+
Generate HTML usage reports for Synapse projects.
4+
5+
## Requirements
6+
7+
1. R >= 3.3.0
8+
1. RStudio
9+
10+
## Installation
11+
12+
Clone this repository and install the following packages:
13+
14+
```
15+
install.packages("shiny", "rmarkdown", "plyr", "dplyr", "reshape", "data.table", "xtable", "knitr", "ggplot2", "scales", "stringr", "synapseClient", "RMySQL", "yaml", "lubridate")
16+
```
17+
18+
## Usage
19+
20+
Set your working directory to the root of the project and run the Shiny app at `inst/shiny-apps/UsageStats/app.R`:
21+
22+
```
23+
shiny::runApp('inst/shiny-apps/UsageStats/')
24+
```

0 commit comments

Comments
 (0)