Skip to content

Commit

Permalink
Merge pull request #3 from Sage-Bionetworks/develop
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Kenneth Daily authored Jul 22, 2016
2 parents 571842e + f7a3cd6 commit 46ced8e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 350 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Information

Usage statistics for LINCS.
Generate HTML usage reports for Synapse projects.

## Requirements

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

## Installation

Clone this repository and install the following packages:

```
install.packages("shiny", "rmarkdown", "plyr", "dplyr", "reshape", "data.table", "xtable", "knitr", "ggplot2", "scales", "stringr", "synapseClient", "RMySQL", "yaml", "lubridate")
```

## Usage

Set your working directory to the root of the project and run the Shiny app at `inst/shiny-apps/UsageStats/app.R`:

```
shiny::runApp('inst/shiny-apps/UsageStats/', launch.browser=TRUE)
```

Select "launch in browser" either from the running app
349 changes: 0 additions & 349 deletions usage.Rmd

This file was deleted.

0 comments on commit 46ced8e

Please sign in to comment.