Skip to content

cpsievert/housing-data-challenge-plotly

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 5 commits behind bcgov:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • R 99.1%
  • Other 0.9%