If you have a working docker environment:
git clone https://github.com/cpsievert/simple-R-shiny.git
cd simple-R-shiny
./dev.sh
The application is then available at http://0.0.0.0:3838/. You can also run the app from dockerhub with: docker run -p 3838:3838 cpsievert/simple-r-shiny
Otherwise, make sure you have R installed, then from your terminal:
git clone https://github.com/cpsievert/housing-data-challenge-plotly.git
cd housing-data-challenge-plotly
make
(Note: The make
command assumes you already have a number of non-standard system libraries. Most, if not all of them, are listed in the before_install
step here)
Click on the image below to a full demo of the application: