Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.69 KB

ChicagoVacantBuildingData

This project is an example of how to use open source tools to explore data on Chicago's open data portal, specifically data related to vacant and / or abandoned buildings.

We will be using:

Some relevant data sources:

Please update packages and install the geneorama pacakge with the following commands in R:

NOTE: On Windows you will need R Tools for devtools to work: http://cran.r-project.org/bin/windows/Rtools/installer.html

## Might have run Rstudio as admin (in terminal):
##    sudo rstudio
## Linux users might have to install these first (in terminal):
##    sudo apt-get -y build-dep libcurl4-gnutls-dev
##    sudo apt-get -y install libcurl4-gnutls-dev
update.packages()
## Only run if you don't already have devtools installed:
install.packages('devtools')
## Load devtools library and use it to install geneorama
library('devtools')
devtools::install_github('geneorama/geneorama')