Giter Site home page Giter Site logo

gigmapr-r's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.