Run locally
To run Bend your (sp)line locally, you first need to install R.
Install R
For Windows
- Go to https://cran.rstudio.com/
- Under Download and Install R click on Download R for Windows
- Choose base
- Click on Download R x.x.x for Windows
- Save and run the .exe file and follow the installation instructions
For Mac OS
- Go to https://cran.rstudio.com/
- Under Download and Install R click on Download R for macOS
- Under Latest release click on the file R-x.x.x.pkg which contains the latest version of R
- Save and open the .pkg file and follow the installation instructions
Run Bend your (sp)line
Start R and install the shiny
package with
install.packages('shiny')
To run the app locally, you can use the function runGitHub()
:
shiny::runGitHub('Bendyourspline', 'jrckln')
Another way is to clone or download this repository and run
shiny::runApp()