Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrechalom committed Jul 1, 2015
1 parent c4b593b commit f965de6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ library(shiny)
runApp("<path to Rsampling-shiny>")
```

In this case, you will also need to install Rsampling by hand:
```R
library(devtools)
install_github(repo = 'lageIBUSP/Rsampling')
```

## Current features
* Access the Rsampling sample datafiles, or upload your own data in csv format
* Choose between a range of statistics, or write your own R function
Expand Down

0 comments on commit f965de6

Please sign in to comment.