Skip to content

cpsievert/housing-data-challenge-plotly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BC Housing Data Challenge

Running the app

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)

Using the app

Click on the image below to a full demo of the application:

About

The R package bcviz provides a way to launch the BC Housing Market Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • R 99.1%
  • Other 0.9%