search for: roauth

Displaying 5 results from an estimated 5 matches for "roauth".

Did you mean: noauth
2013 Nov 22
1
Descargar tweets con package twitteR
...package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth. Este es el código que estoy utilizando: options( RCurlOptions = list(verbose = TRUE, proxy = "XXXXXXXXXXXXXXXXXX")) setInternet2(use = TRUE) require("ROAuth") require("twitteR") require("wordcloud") require("tm") require("bitops") require("RCurl") require("digest") require("Rcpp") require("RColorBrewer") library(twitteR) library(tm) library(wordcloud) libra...
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días: Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es: library(ROAuth)library(twitteR) download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem") reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <- "http://api.twitter.com/oau...
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
...stoy tratando de darme de alta para poder acceder, vía R a la api de Twitter, soy un poco novato en esto y por esto lanzo la pregunta. Aunque ya me han ayudado y me han pasado alguno link del pasado, aún no consigo dar con la solución que seguro es algo que se me escapa He usado este código library(ROAuth)library(twitteR) reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <- "http://api.twitter.com/oauth/authorize"consumerKey <- "Hola_amigo"consumerSecret <- "fjroar"tw...
2015 Jul 03
1
Are downstream dependencies rebuilt when a package is updated on CRAN?
...ork on systems with R (and methods) 3.0.0. Because CRAN built binaries on R 3.0.1 after its release, users who were on R 3.0.0 simply could not run some binary packages from CRAN. Their possible solutions were to upgrade R, or install the packages from source. I know this happened with Shiny, lme4, ROAuth, among others. https://groups.google.com/forum/#!msg/shiny-discuss/poNAAtyYuS4/n6iAVMI3mb0J https://github.com/lme4/lme4/issues/54 http://stackoverflow.com/questions/18258087/twitter-error-when-authorizing-token It happens that the methods package is included with the base R distribution, bu...
2012 Nov 08
1
twitteR return error message
I am new to the packge twitteR when using this package I came across several problems, can anybody help me on those problems? Many Thanks rm(list=ls()) library(bitops) library(RCurl) library(rjson) library(twitteR) library(digest) library(ROAuth) requestURL <- "https://api.twitter.com/oauth/request_token" accessURL = "https://api.twitter.com/oauth/access_token" authURL = "https://api.twitter.com/oauth/authorize" consumerKey = "**************" consumerSecret = &...