-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Sage-Bionetworks/develop
Update readme
- Loading branch information
Showing
2 changed files
with
25 additions
and
350 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,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 |