mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 15:38:19 -05:00
Update README, add proj file
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
# Shiny
|
||||
### A web framework for R (eventually--Ruby for now)
|
||||
### A web framework for R
|
||||
|
||||
```sh
|
||||
sudo apt-get install ruby1.9.1 ruby1.9.1-dev
|
||||
sudo gem install bundler
|
||||
cd shiny
|
||||
bundle install --path vendor
|
||||
./run.sh
|
||||
./shiny.sh examples/02_hash
|
||||
```
|
||||
14
shiny.Rproj
Normal file
14
shiny.Rproj
Normal file
@@ -0,0 +1,14 @@
|
||||
Version: 1.0
|
||||
|
||||
RestoreWorkspace: No
|
||||
SaveWorkspace: No
|
||||
AlwaysSaveHistory: Default
|
||||
|
||||
EnableCodeIndexing: Yes
|
||||
UseSpacesForTab: Yes
|
||||
NumSpacesForTab: 2
|
||||
Encoding: UTF-8
|
||||
|
||||
RnwWeave: Sweave
|
||||
LaTeX: pdfLaTeX
|
||||
RootDocument:
|
||||
Reference in New Issue
Block a user