Skip to content

Commit

Permalink
Added zipfile for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrechalom committed Jul 1, 2015
1 parent 8ce9cc8 commit c4b593b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ runGitHub(repo="andrechalom/Rsampling-shiny")
```
and wait for the browser window to open!

## Offline installation
If you need to be able to use Rsampling-shiny without Internet access, download the Rsampling-shiny\_1.0.zip
file above, and extract it to a folder. Then, open R (with the required packages installed, see above) and run
```R
library(shiny)
runApp("<path to Rsampling-shiny>")
```

## 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
Binary file added Rsampling-shiny_1.0.zip
Binary file not shown.

0 comments on commit c4b593b

Please sign in to comment.