Skip to content

Commit 46ced8e

Browse files
author
Kenneth Daily
authored
Merge pull request #3 from Sage-Bionetworks/develop
Update readme
2 parents 571842e + f7a3cd6 commit 46ced8e

File tree

2 files changed

+25
-350
lines changed

2 files changed

+25
-350
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
1. [rSynapseClient](https://www.github.com/Sage-Bionetworks/rSynapseClient)
10+
11+
## Installation
12+
13+
Clone this repository and install the following packages:
14+
15+
```
16+
install.packages("shiny", "rmarkdown", "plyr", "dplyr", "reshape", "data.table", "xtable", "knitr", "ggplot2", "scales", "stringr", "synapseClient", "RMySQL", "yaml", "lubridate")
17+
```
18+
19+
## Usage
20+
21+
Set your working directory to the root of the project and run the Shiny app at `inst/shiny-apps/UsageStats/app.R`:
22+
23+
```
24+
shiny::runApp('inst/shiny-apps/UsageStats/', launch.browser=TRUE)
25+
```
26+
27+
Select "launch in browser" either from the running app

usage.Rmd

Lines changed: 0 additions & 349 deletions
This file was deleted.

0 commit comments

Comments
 (0)