Skip to content

Instantly share code, notes, and snippets.

@alexsingleton
Created August 17, 2016 06:13
Show Gist options
  • Save alexsingleton/77f2381e92e377bd1c5e93329c5f617c to your computer and use it in GitHub Desktop.
Save alexsingleton/77f2381e92e377bd1c5e93329c5f617c to your computer and use it in GitHub Desktop.
#Install the arcgisbinding package
install.packages("https://4326.us/R/bin/windows/contrib/3.2/arcgisbinding_1.0.0.111.zip", repos=NULL, method="libcurl")
#Install older versions of the TwitteR and httr packages
install.packages("https://cran.r-project.org/src/contrib/Archive/twitteR/twitteR_1.1.8.tar.gz", repos=NULL, method="libcurl")
install.packages("https://cran.r-project.org/src/contrib/Archive/httr/httr_0.6.0.tar.gz", repos=NULL, method="libcurl")
#Load the arcgisbinding package and check license
library(arcgisbinding)
arc.check_product()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment