Skip to content

R Shiny project using the Indeed API to plot job postings throughout the US

License

Notifications You must be signed in to change notification settings

StoicPerlman/GigMapr-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GigMapr-R

Author: Sam Kleiner

R.GigMapr.com


Config

  • Fill in Indeed PUBLISHER_ID in IndeedAPICalls.py
  • Set environment variable RPYTHON_PYTHON_VERSION=2.7

Note: RPYTHON_PYTHON_VERSION shouldn't need to be set for install (it should default to system version see:https://cran.r-project.org/web/packages/rPython/INSTALL) however when installing rPython package to Ubuntu I had to set it for install to work. This was not a problem on Mac. Also on both Mac and Ubuntu setting this to version 3 still defaulted to 2.7. In this case it is not an issue because IndeedAPICalls.py will run on either.


R Packages

> install.packages(c('ggplot2','maps','ggmap','tm','wordcloud','plyr','zipcode', 'shiny', 'rPython')), repos='http://cran.us.r-project.org')

Note: If installing on a Shiny Server install packages as root. If not only user who installed them will have access to them. Which is a problem when the shiny user is running the server.


Python Packages

$ sudo pip install indeed

Ubuntu 14.04 Setup

Get R source

$ sudo sh -c 'echo "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/" >> /etc/apt/sources.list'
$ gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
$ gpg -a --export E084DAB9 | sudo apt-key add -

Install

$ sudo apt-get update
$ sudo apt-get -y install r-base python-dev

Note: This site uses the indeed.com API. I am in no way associated with indeed.com.

About

R Shiny project using the Indeed API to plot job postings throughout the US

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published