-
-
Save alexsingleton/77f2381e92e377bd1c5e93329c5f617c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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